Viewing 15 posts - 106 through 120 (of 325 total)
David in .AU (7/31/2011)
Replace of char(0) does not work in DB with Windows collation
I know it isn't exactly...
August 1, 2011 at 6:08 am
Thank-you for the interesting question!
It is strange that VARCHAR(MAX) would behave differently. Has this ever been reported to Connect?
July 31, 2011 at 10:57 pm
Thank-you for the question. It is good to know that such a bug ever existed with SQL Server.
July 29, 2011 at 5:43 am
Good question, but I beg to differ:
1. The definition of platform is not clear - is platform a version of SQL Server or a version of the hardware or OS?
2....
July 24, 2011 at 5:19 am
Books On Line simply states that it is a DATETIME value, and default for DATETIME is NULL, so I choose NULL.
DECLARE @MyVar DATETIME
SELECT @MyVar
I would be interested to know why...
July 21, 2011 at 2:34 am
That is very strange. SQL Server itself would not do this. Are you sure that there is no code that would tell the SQL Server service to stop every Sunday?...
July 18, 2011 at 11:22 pm
Great question!
While there is no golden rule of thumb, but I would say that if the log file does not grow by leaps & bounds or if you have limited...
July 18, 2011 at 11:18 pm
david.wright-948385 (7/11/2011)
July 11, 2011 at 3:39 am
Unfortunately, I did not get to attend any boot-camp trainings as I made my forray into the database world.
That being said, I am a strong advocate in favour of boot-camp...
July 5, 2011 at 10:42 pm
steveb. (6/30/2011)
Nakul Vachhrajani (6/30/2011)
June 30, 2011 at 2:39 am
A new table may not be feasible in all cases. If you have triggers deployed by interfacing applications, then dropping and recreating the table will loose these triggers.
A look-up table...
June 30, 2011 at 2:33 am
SQL Server has a built-in function to do this:
select UPPER('sql server')
Which will yield:
SQL SERVER
June 30, 2011 at 12:17 am
You migh end up in a long-running query. Please look at other approaches from my article - http://www.sqlservercentral.com/articles/T-SQL/72606/[/url]
June 30, 2011 at 12:14 am
Viewing 15 posts - 106 through 120 (of 325 total)