Viewing 15 posts - 166 through 180 (of 233 total)
January 28, 2011 at 2:35 am
Hi
Refer BOOKS ONLINE
http://msdn.microsoft.com/en-us/library/ms130214.aspx
Also learn abt the new features in SQL server 2008.
Again... http://beyondrelational.com/blogs/
is a good resource.
January 27, 2011 at 11:35 pm
Yes..you are right..Sorry for that..
To create a column of VARCHAR data type with a maximum of 10,000 characters, you declare the column as VARCHAR(MAX) data type and simply add a...
January 27, 2011 at 11:21 pm
Hi
You can consider using nvarchar(max).
January 27, 2011 at 11:13 pm
Hi siamak.s16
Have you got the solution..?
Interested to know..how it worked..
January 27, 2011 at 2:31 am
Hi
If you want know the T-sql difference , you can refer this link
http://thehobt.blogspot.com/2009/02/rownumber-rank-and-denserank.html
January 23, 2011 at 10:50 pm
Well Done..BitBucket...
Thats a great way to do it...!!
January 20, 2011 at 10:44 pm
Declare @D DATETIME
Declare @E DATETIME
SET @E= DATEADD(Year, 1, @D)
January 20, 2011 at 12:02 am
Thanks for the replies..!!
Any other option by which I can directly work in Adventureworks DB over Internet, similar to as it is installed in a PC..??
January 13, 2011 at 11:37 pm
Hi
Try this useful link
http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/import-export-to-excel.aspx
January 13, 2011 at 3:44 am
PIVOT on character data
January 10, 2011 at 2:12 am
January 10, 2011 at 2:07 am
Viewing 15 posts - 166 through 180 (of 233 total)