Viewing 15 posts - 1,996 through 2,010 (of 5,394 total)
Here's an alternative way to change the server collation. http://spaghettidba.com/2011/05/26/changing-server-collation/
Read the "An undocumented method" paragraph.
January 30, 2012 at 2:16 am
Rowles (1/29/2012)
#1
This link
http://msdn.microsoft.com/en-us/library/ms175037.aspx
says this:
"Forced parameterization, in...
January 30, 2012 at 2:05 am
If you want to set up a linked server you need the Oracle client.
There's no way around it.
January 30, 2012 at 1:38 am
I liked the last comment:
The bark side? is strong in this one
January 27, 2012 at 10:23 am
GSquared (1/27/2012)
Jack Corbett (1/26/2012)
IF 1 = 1 -- Placeholder in case there is an actual conditional on...
January 27, 2012 at 6:28 am
SQL Kiwi (1/27/2012)
Google indexes scarily fast
Not always 😀
January 27, 2012 at 4:52 am
On a totally different note, I was looking for a good open source project management software for a client of mine and I found this one[/url] that looks pretty cool.
I...
January 27, 2012 at 3:03 am
SQL Kiwi (1/27/2012)
Evil Kraig F (1/27/2012)
On yet another note, what is it, "Spoon Feed me my job" day?
If you are referring to "please reply me of my question only .Thanks",...
January 27, 2012 at 2:51 am
That's exactly what I gave to you. Did you read the article?
Beyond that, I would have to do the work for you.
BTW, CAPS and bold is an unpolite way to...
January 27, 2012 at 2:18 am
January 27, 2012 at 1:32 am
Does this help?
-- SAMPLE DATA
DECLARE @Audit TABLE (
[ID] varchar(50),
[Owner] varchar(50),
[Modified on] datetime,
[Previous Delivery Date] datetime,
[New Delivery Date] datetime
)
SET DATEFORMAT dmy
INSERT INTO @Audit
...
January 27, 2012 at 1:28 am
Why would one ever want activity monitor when you can have Adam Machanic's sp_whoIsActive?
January 26, 2012 at 10:00 am
No, this was a mistake of mine. EXECUTE...AT works with dynamic sql and not with procedures.
January 26, 2012 at 7:24 am
Which backup sets did you restore?
FULL + DIFF only? No TLOG?
January 26, 2012 at 6:48 am
Viewing 15 posts - 1,996 through 2,010 (of 5,394 total)