Viewing 15 posts - 286 through 300 (of 373 total)
Question is average but conversation about the topic & date format is great. Thanks
November 9, 2010 at 3:27 am
UMG Developer (11/5/2010)
November 9, 2010 at 1:50 am
Good question. I learned fn_helpcollations function & its usage.
November 9, 2010 at 1:43 am
Due to Internet we learn lot, share our knowledge, make SSC type of solid group, we can help others in the areas that we know or want to know. But...
November 2, 2010 at 1:00 am
WayneS (11/1/2010)
Jeff Moden (11/1/2010)
ps. (10/29/2010)
November 1, 2010 at 9:48 pm
Good Question & Nice Explanation. Thanks 🙂
November 1, 2010 at 6:27 am
Thanks for the script.
If you want to disable all the constraints of the database then you can simply use:
EXEC sp_MSforeachtable @command1 = 'alter table ? nocheck constraint all'
October 29, 2010 at 3:47 am
Carlo Romagnano (10/29/2010)
So it seems that the explanation of the question is wrong, as it states that the pre-increment operator is not used in SQL Server. SQL Server uses however...
October 29, 2010 at 1:20 am
select dateadd(yy, -1, getdate()) -- this is the easiest way to go back 1 year. same way for month: select dateadd(month, -1, getdate())
October 28, 2010 at 10:07 pm
SanDroid (10/27/2010)
Mayank (10/26/2010)
But when you restore the back up of database db1 to database db2, and after that...
October 27, 2010 at 10:53 pm
Really nice article.
We are using XML but we were not facing any issue because we are not passing date type value. Thanks for pointing the issue.
October 27, 2010 at 6:38 am
Bhuvnesh (10/27/2010)
ruchir 71291 (10/25/2010)
I would like to know the difference between ntext and vvarchar(max).See this http://geekswithblogs.net/johnsPerfBlog/archive/2008/04/16/ntext-vs-nvarcharmax-in-sql-2005.aspx
Thanks for sharing the link. nice article for NTEXT vs NVARCHAR(MAX).
October 27, 2010 at 4:13 am
Viewing 15 posts - 286 through 300 (of 373 total)