Viewing 15 posts - 226 through 240 (of 373 total)
@carlo: you are right.
But as per the question, we should give answer for the question: What will you get executing this T-SQL code in Query Analizer (SQL2K) or Management...
December 23, 2010 at 1:49 am
I have executed the script - output is 1,2, 3, 4.
December 22, 2010 at 9:35 pm
You can use sp_ExecuteSQL command with parameters that will help to avoid SQL injection as well as SQL Server can reuse the plan. Query engine needs to just replace the...
December 22, 2010 at 9:18 pm
jimmy.liew - you can use ALTER DATABASE set ... command as a try to back the database Online again. If SQL Server is doing recovery for any reason then you...
December 21, 2010 at 1:19 am
You can refer: http://msdn.microsoft.com/en-us/library/ms189799.aspx
December 21, 2010 at 12:17 am
praveen.gln1 (12/21/2010)
Am Produciton DBA and supporting 150+ servers(prod,DEv,UAT).i want to know about the users and database details who will create new databases on DEV machines.i require this...
December 21, 2010 at 12:16 am
praveen.gln1 (12/20/2010)
Please help me,Its urgent.Thanks in Advance
can you please post what is the issue & which type of help do you require?
December 20, 2010 at 11:56 pm
You can use GROUP BY with ROLLUP.
You can refer: http://msdn.microsoft.com/en-us/library/ms177673.aspx
December 20, 2010 at 11:52 pm
Nice question.
MSDN link for the same: http://msdn.microsoft.com/en-us/library/ms188385(v=SQL.105).aspx
December 20, 2010 at 11:23 pm
Wildcat (12/17/2010)
Hardy21 (12/17/2010)
Henrico Bekker (12/17/2010)
You can make use of the SP_help_revlogin as well, works quite well....
Thanks Henrico. I have already checked this link but this will not work for me....
December 19, 2010 at 11:53 pm
Henrico Bekker (12/17/2010)
You can make use of the SP_help_revlogin as well, works quite well....
Thanks Henrico. I have already checked this link but this will not work for me. Because we...
December 17, 2010 at 3:33 am
you can also use SET DATEFORMAT command to set the date format. Once your work is done, reset it whatever it was.
Suppose, your date format is dmy then below command...
December 16, 2010 at 9:08 pm
Nice article.
I have checked STR() usage in my application but usage is safe because we are not dealing with more than 12 digit number.
December 15, 2010 at 2:15 am
Viewing 15 posts - 226 through 240 (of 373 total)