Viewing 15 posts - 151 through 165 (of 312 total)
Hi MW,
I am impressed on your answer.
But can you please tell me one more thing,
As per you "Andromeda\Brian_Hippo" is windows user, But if you navigate the Database...
June 26, 2008 at 1:07 am
heyy Doba_DBA,
I am bit late due to my current assignment.
today I saw your code and wondering how you executed this code.
I guess you may be post wrong code..
please check this...
June 13, 2008 at 8:08 am
I think Grant is Correct..
Only SQl Server 2008 Post should be placed here..
so we can able to analyzes more on Sql Server 2008..
before going to implements sql 2008 in our...
June 12, 2008 at 7:45 am
Hi,
I think both are same..no difference..i found...
SQL Server 2005
---------------------------
Violation of PRIMARY KEY constraint 'PK__COMPETENCY__1881A0DE'. Cannot insert duplicate key in object 'dbo.competency'.
SQL Server 2000
---------------------------
UPDATE statement conflicted with COLUMN REFERENCE constraint 'FK_COMPETENCYOFUSER'....
June 12, 2008 at 7:22 am
haroon waheed
------------------------------------------------------------------
It seems that your are calling the SP in a loop for mulitple inserts.
Calling SP again and again has its cost.
Try calling the insert SP once even for mutiple...
June 11, 2008 at 2:49 am
Kev, Its ok,
Can you check for this query in your server?
SELECT * FROM dbo.tblOfMine
SELECT 'x' FROM dbo.tblOfMine
Cheers!
Sandy.
June 10, 2008 at 9:55 am
Hi Sandy,
I did
SELECT getDate()
SELECT count(*) FROM dbo.tblOfMine
SELECT getDate()
SELECT getDate()
SELECT count('x') FROM dbo.tblOfMine
SELECT getDate()
And got the same time differences. Guess what I haven't factored in was that I ran the others...
June 10, 2008 at 9:07 am
Kev,
then what is the difference between these two?
SELECT count(*) FROM dbo.tblOfMine
SELECT count('x') FROM dbo.tblOfMine
Cheers!
Sandy.
June 10, 2008 at 8:22 am
Yes Lisa,
you can but you have to work a lot...
if you are ready then go ahead..other wise you can make a XPath Query to achieve this...
Cheers!
Sandy.
June 10, 2008 at 7:50 am
but hemu..
your error...show something different error..
how you got the solution..?
i guess your error was in the line..
======
Msg 203, Level 16, State 2, Procedure AssignVehicles, Line 25
The name 'CREATE TABLE bulkdata.[dbo].gpsdata29...
June 9, 2008 at 7:44 am
Are you the (our) Client....;) ?????
your heading make sence like this...(Kidding....:P:D)
he he he..lolz;):P:D
Cheers!
Sandy.
June 5, 2008 at 8:48 am
Hi All,
I got a quick solution for this.
Cheers!
Sandy.
June 5, 2008 at 8:37 am
Viewing 15 posts - 151 through 165 (of 312 total)