Viewing 15 posts - 46 through 60 (of 447 total)
Well, there had been many instances when the QOD query was wrong and it was corrected later. I thought so and ignored " ; " in syntax in sub...
SQL DBA.
July 13, 2010 at 7:51 am
If the answers were only Yes and No then I would had think twice on what to answer or would had done some Google work, but with This is configurable...
SQL DBA.
July 9, 2010 at 9:47 am
Tom Garth (7/8/2010)
I think the answer is not quite correct. The action only changes the LEADING spaces on a line to tabs.
Tabify Selected Lines – Replaces the leading whitespace on...
SQL DBA.
July 8, 2010 at 8:33 am
tommyh (7/6/2010)
UMG Developer (7/6/2010)
I'm a little surprised that so many people have gotten it correct so far, but that may be because of the copy, paste, F5 syndrome....
SQL DBA.
July 7, 2010 at 7:49 am
different answer for different sql versions.
SQL 2005 and 2008 gives 21 while 2000 with nvarchar(8000) throws error
Msg 2717, Level 16, State 2, Line 1
The size (8000) given to the parameter...
SQL DBA.
July 6, 2010 at 12:32 pm
http://www.sqlservercentral.com/questions/Indexes/68595/
Number of Clustered indexes in SQL 2005 is one and 249 non clustered indexes, altogether 250 indexes for a table in SQL Server 2005. In SQL Server 2008, the maximum...
SQL DBA.
July 2, 2010 at 9:11 am
Thanks Hogo for explanation.
I was completely lost in question and does not even know what to answer. A brain teaser with small query is always good but with this...
SQL DBA.
July 2, 2010 at 8:57 am
Huh..........Still a lot to learn. Trying to understand the programming puzzle.
Good question, though.
SQL DBA.
June 25, 2010 at 7:41 am
tommyh (6/16/2010)
SanjayAttray (6/16/2010)
It will get created. Is there a reason, it would not get created ?
Well with 17% wrong answers i would say that some people think that there...
SQL DBA.
June 17, 2010 at 7:42 am
It will get created. Is there a reason, it would not get created ?
SQL DBA.
June 16, 2010 at 9:00 pm
Nils Gustav Stråbø (6/16/2010)
There are many tools "out there". Some free and some expensive.SSC just had an article about inventory tools. Check it out : http://www.sqlservercentral.com/articles/Administration/70129/%5B/url%5D
nils,
Just trying to figure out...
SQL DBA.
June 16, 2010 at 8:36 am
Is it this, that you are looking for?
http://www.mssqltips.com/tip.asp?tip=1499
http://www.mssqltips.com/tip.asp?tip=1619
SQL DBA.
June 15, 2010 at 9:40 am
A database FULL backup. In my last project all DBA's used to call a backup as dump. (may be because they are both sql and oracle dba's). ...
SQL DBA.
June 15, 2010 at 9:34 am
many reasons, mainly :
1. Missing device causes database to be marked suspect.
2. Disk out of space and no space to expand log file.
3. If one or more database files are...
SQL DBA.
June 15, 2010 at 9:31 am
Viewing 15 posts - 46 through 60 (of 447 total)