Guest User

Untitled

a guest
Jun 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. EXECUTE uspContent_SelectOne '132'
  2. 4/16/2009 12:00:00 AM
  3. EXECUTE uspContent_SelectOne '127'
  4. 4/16/2009 12:00:00 AM
  5. EXECUTE uspContent_SelectOne '133'
  6. 4/16/2009 12:00:00 AM
  7. EXECUTE uspContent_SelectOne '131'
  8. 4/16/2009 12:00:00 AM
  9. EXECUTE uspAttachment_SelectAll
  10. EXECUTE uspArticleAuthors_SelectAll_ArticleId '3'
  11. EXECUTE uspArticles_SelectOne '3'
  12. EXECUTE uspAuthors_Letters
  13. EXECUTE uspAuthors_Letters
  14. EXECUTE uspAuthors_Letters
  15. EXECUTE uspAuthors_SelectAll_Letter_LastName 'A'
  16. EXECUTE uspFiles_SelectAll_NoFileData
  17. EXECUTE uspArticles_SelectOne '3'
  18. EXECUTE uspArticleTypes_SelectAll
  19. EXECUTE uspFiles_SelectAll_NoFileData
  20. EXECUTE uspAuthors_SelectOne '0'
  21. EXECUTE uspArticleAttachments_SelectAll_ArticleId '3'
  22. EXECUTE uspArticleAttachments_SelectOne_ArticleId_AttachmentId '3','4'
  23. EXECUTE uspAttachment_SelectOne '4'
  24. EXECUTE uspContent_SelectOne '132'
  25. 16/04/2009 00:00:00
  26. EXECUTE uspContent_SelectOne '127'
  27. 16/04/2009 00:00:00
  28. EXECUTE uspFiles_SelectOne_NoFileData '60'
  29. EXECUTE uspArticleAttachments_SelectOne_ArticleId_AttachmentId '3','3'
  30. EXECUTE uspAttachment_SelectOne '3'
  31. EXECUTE uspContent_SelectOne '133'
  32. 16/04/2009 00:00:00
  33. EXECUTE uspContent_SelectOne '131'
  34. 16/04/2009 00:00:00
  35. EXECUTE uspAttachment_SelectAll
  36. EXECUTE uspArticleAuthors_SelectAll_ArticleId '3'
  37. EXECUTE uspAuthors_SelectAll_Letter_LastName 'A'
  38. EXECUTE uspContent_SelectOne '129'
  39. 18/09/2008 00:00:00
  40. EXECUTE uspContent_SelectOne '7'
  41. 18/09/2008 00:00:00
  42. EXECUTE uspContent_SelectOne '8'
  43. 18/09/2008 00:00:00
  44. EXECUTE uspContent_SelectOne '9'
  45. 18/09/2008 00:00:00
  46. EXECUTE uspContent_SelectOne '10'
  47. 18/09/2008 00:00:00
  48. EXECUTE uspContent_SelectOne '11'
  49. 18/09/2008 00:00:00
  50. EXECUTE uspFiles_SelectAll_NoFileData
  51.  
  52. <globalization culture="en-US" uiCulture="en-US" requestEncoding="utf-8" responseEncoding="utf-8" enableClientBasedCulture="false" />
  53.  
  54. Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
  55. Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
  56.  
  57. SET DATEFORMAT 'DMY';
  58. SELECT CAST('1-4-2009' AS date);
  59. SET DATEFORMAT 'MDY';
  60. SELECT CAST('1-4-2009' AS date);
  61.  
  62. 2009-04-01
  63. 2009-01-04
Add Comment
Please, Sign In to add comment