Viewing 15 posts - 11,551 through 11,565 (of 19,560 total)
What is the collation of each?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 11:02 pm
See if this is of use for your situation.
http://support.microsoft.com/kb/937745
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:56 pm
Both of the provided links are great resources.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:54 pm
I would imagine it is in how you are issuing the kill command.
It sounds like you may be issuing a
Kill -61
And should be issuing a
Kill 61
Here is some info...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:50 pm
What is the last version of SQL server you had that script working under?
What was the collation of that server?
What is the collation of the current SQL 2008 server?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:45 pm
GilaMonster (11/29/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:42 pm
Jeff Moden (11/29/2010)
CirquedeSQLeil (11/29/2010)
Jeff Moden (11/29/2010)
WayneS (11/29/2010)
CirquedeSQLeil (11/29/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:40 pm
I am curious why you would need to modify the date field in this way. It seems like there is some covering of a mistake going on. Please...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 10:38 pm
sys.tables and sys.objects are SQL 2005 and above.
For SQL 2000, they are sysobjects and systables. I recommend not altering any of the MS Shipped schemas.
There are also many methods...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 6:07 pm
Jeff Moden (11/29/2010)
WayneS (11/29/2010)
CirquedeSQLeil (11/29/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 4:43 pm
WayneS (11/29/2010)
Steve Jones - SSC Editor (11/29/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 3:31 pm
Thanks for the article.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 3:26 pm
Tom.Thomson (11/29/2010)
CirquedeSQLeil (11/29/2010)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 3:23 pm
To find what happened in the past, you will have to comb through event logs.
For going forward, you could implement a process/job that writes that info out to a table...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 3:20 pm
My 4 and 3 yr olds watch episodes 4,5,6,1, and 2 on a regular basis. I haven't let them watch the DVD for 3 yet due to the burning...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
November 29, 2010 at 3:14 pm
Viewing 15 posts - 11,551 through 11,565 (of 19,560 total)