Viewing 15 posts - 10,936 through 10,950 (of 11,678 total)
I don't have access to my code right now, but I'll post a script later that will check a given directory for files that match a certain filename, with wildcards...
November 9, 2010 at 12:22 am
SanjayAttray (11/8/2010)
Isn't it funny that when you say order by 1, sql server assumes 1 as column and gives result order by column 1 but at the same time...
November 8, 2010 at 10:12 am
Nice question. I was a bit distracted by the select 1 from #table statement, but opted to choose for the error anyway.
November 8, 2010 at 12:28 am
Glenn (11/6/2010)
equivalent to what I do in excel as in...
November 7, 2010 at 11:51 am
Which version of SSMS do you use? (2000, 2005 or 2008 (R2))
Which version of SQL Server do you use?
November 7, 2010 at 11:46 am
GilaMonster (11/6/2010)
da-zero (11/6/2010)
Throw the database away and start with a clean slate.Not funny in a disaster situation.
Absolutely true.
But I'm pretty confident this is not a disaster situation, but an interview...
November 7, 2010 at 6:10 am
Resender (11/4/2010)
the script to loop through all connection managers will help with that
see my boss claims the following
let say you have...
November 6, 2010 at 1:02 pm
I guess you are using a script task here with VB.NET?
Try using the DirectoryInfo and FileInfo, you can use wildcards there.
November 6, 2010 at 12:51 pm
sankarkot2007 (11/3/2010)
can any one tell some interview questions in DBA & Developer
In my opinion, if you don't know the answers or don't know where to find the answers, you don't...
November 6, 2010 at 12:50 pm
sankarkot2007 (11/6/2010)
Advantages of .ndf file.In a database one file is missed ,They have no backup.how to solve it
Throw the database away and start with a clean slate.
November 6, 2010 at 12:48 pm
Kyle Freeman (11/4/2010)
70-432
70-433
70-450
70-451
And I may look into the BID certifications as well....
I believe way back when I took the tests for 7.0,...
November 5, 2010 at 12:29 pm
tilew-948340 (11/4/2010)
November 5, 2010 at 2:01 am
Nice question, but since this is an international website, it was better to include some information about the server settings of the set-up. Or include some statements like SET DATEFORMAT.
I...
November 5, 2010 at 1:52 am
Good question, although it was more about convert than about ceiling.
A link to the msdn page for convert and decimal:
http://msdn.microsoft.com/en-us/library/ms187928(SQL.90).aspx (convert)
http://msdn.microsoft.com/en-us/library/ms187746.aspx (decimal/numeric)
The last page describes the gotcha of this question...
November 3, 2010 at 1:01 pm
Viewing 15 posts - 10,936 through 10,950 (of 11,678 total)