Viewing 15 posts - 121 through 135 (of 447 total)
Executed query on SSMS and got result NULL. HUUUHHH.
Didn't read select all that apply and just selected NULL and lost a point.
Don't know how many points I lost by not...
October 22, 2009 at 10:11 am
Very good question. I was asked this question in an interview.
Q). What's the easiest and fastest way to move data of a table from file1 to file2?
A). Move the...
October 19, 2009 at 9:05 am
Check this article - http://support.microsoft.com/kb/916760
For a clean install create a new folder on desktop and in that folder put both Tools and servers folder and then execute setup.exe from Servers...
October 16, 2009 at 9:48 am
Excellent and informative article. I, though using SSIS for last couple of years but still love the simple DTS designer tool of SQL Server 2000 version than the complicated...
October 16, 2009 at 9:39 am
Tricky question.
Looks like there is lots of disappointment in air today.
October 14, 2009 at 10:59 am
Good question. But the real googly would have been if 18003 was included in options in place of 8000 or 16005.
Then you would have seen more wrong answers than...
October 8, 2009 at 9:28 am
Excellent article Wagner! A good revision of good SQL and old but basic stuff for any developer to be called a good developer. Thanks again.
October 7, 2009 at 8:53 am
lucky-80472 (10/7/2009)
I'm getting the same result for all the 4 queries posted.anybody else?
you see alias customersa and customersb in the resultset of C. where as in all other queries it's...
October 7, 2009 at 8:50 am
I am bad at XML, actually very bad. Have to execute each code in SSMS and then see the difference.
But still, what acually is different in C except that...
October 7, 2009 at 8:49 am
Steve, why is that sometimes a very good question holds just 1 point where as a simple question like today's bulk logged holds 2 points ?
Backup recovery model is part...
September 28, 2009 at 9:05 am
Select @@TEXTSIZE
in SQL Server 2000 SP4 - result is 64512
in SQL Server 2005 SP3 - result is 2147483647
So, which one is correct?
September 25, 2009 at 9:42 am
How come Dec 3, 2009 question appeared on sep 14th?
September 14, 2009 at 9:24 pm
Parthipan,
Try this. It should work.
EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Test',
@recipients = [@empemailid ; @manageremailid],
@body = '@body',
@subject = '@subject'
September 14, 2009 at 2:23 pm
Viewing 15 posts - 121 through 135 (of 447 total)