Viewing 15 posts - 51,196 through 51,210 (of 59,091 total)
One other thing that has been covered on previous such posts to a very great extent. Never lie and never stretch the truth on an interview... heh, and pass...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 8:36 am
Nicely done, Peter!
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 8:34 am
Absolutely not a problem, Andras... thanks for double checking.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 8:26 am
Andras Belokosztolszki (4/9/2008)
souLTower (4/9/2008)
If I use checksum() in SQL2000 will I get the same results in 2005 and later versions.EX:
select checksum('abcdefg') -- yields -2039903324
Thanks
ST
No, you will not.
Regards,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:25 am
Heh... my very first question is "How do you get the current date and time using a query". Believe it or not, about 1/4 of the candidates that apply...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:23 am
Heh... nice job there "Joel" 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:11 am
Why can't you just create a linked server to that server and query the Master database on it for all the database names? That way you don't have to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:08 am
karthikeyan (4/8/2008)
yes you are correct,we can seperate it in the DTS itself.But i want to do this with sql query.
Karthik... all of the columns in your file are comma...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:04 am
Shouldn't be a problem... I import 4 million CDR's at a time...
You haven't given us much to work on... What are you using to do the import? And, would...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 7:00 am
The only time WAIT FOR blocks anything is when it's inside a transaction (it doesn't block, it causes the blocks to stay open longer). Of course, it keeps a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 6:46 am
Meghna,
Just curious... why do you need to do such a thing?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 6:43 am
Heh... I don't think anything is guaranteed across versions, ST... but the same number is returned in both SQL Server 2000 and 2005 when I run your sample code of...
select...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 6:33 am
Thanks... I've not experienced that in 2k... mostly because I won't let my guys use WHERE IN... Haven't seen a bad plan for WHERE NOT IN yet, either, but that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 1:19 am
Matt Miller (4/8/2008)
one of these days - I'm going to figure out how to colorize my code without turning it into a wreck........hehe
:hehe: How'z 'bout taday 😛
http://extras.sqlservercentral.com/prettifier/prettifier.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 12:17 am
Matt Miller (4/8/2008)
Jacob - you hit it on the nose. Forcing the join hint makes the difference.
Crud... SQL Server is getting more like Oracle every day 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2008 at 12:15 am
Viewing 15 posts - 51,196 through 51,210 (of 59,091 total)