Viewing 15 posts - 2,131 through 2,145 (of 9,707 total)
Scott, that is an awesome explanation.
November 23, 2015 at 6:54 am
Luis Cazares (11/23/2015)
Brandie Tarvin (11/23/2015)
Hey, guys, we have a language conversion question over here. Can anyone assist with this?I'm sure this is just a typical PEBKAC. 😀
Or there are mitigating...
November 23, 2015 at 6:51 am
amy26 (11/20/2015)
but is it possible to capture disabling of triggers in a server audit or would I have to create something special for that?
You have to create something specific to...
November 23, 2015 at 6:43 am
My advice is two-fold.
First, don't try to shrink while other people are using the database. Find a maintenance window. Change the db to Single User if you have to. Keep...
November 23, 2015 at 6:36 am
This sounds somewhat like homework. But since you've posted what you've tried...
Break down your problem. Don't do it all at once.
Let's start with the first concern. Here we need...
November 23, 2015 at 6:29 am
Sysaltfiles is also a SQL 2000 deprecated table included only for backward compatibility. If you answer Gail's question, we may be able to assist you with an alternative.
November 23, 2015 at 6:19 am
Hey, guys, we have a language conversion question over here. Can anyone assist with this?
November 23, 2015 at 6:15 am
Glad we could help. Let us know how it goes.
November 23, 2015 at 5:06 am
jasona.work (11/20/2015)
3-6", and it looks like they're predicting it'll be that nasty rain...
November 20, 2015 at 6:43 am
Nothing like staying up late two nights in a row to do releases, get called back ten minutes after the second release to be told I forgot to move scripts,...
November 20, 2015 at 6:07 am
Phil Parkin (11/20/2015)
There are many more but, just to wet the appetite for other possibilities...
Sounds a bit too damp for my liking. 'Whet' is the word I think you were...
November 20, 2015 at 5:25 am
SQL Galaxy (11/20/2015)
Pl. correct me, if I am wrong comments.That windows login already have sysadmin permission then no need to mapping any database that user.
Thanks
You are not wrong. Usually.
There...
November 20, 2015 at 5:23 am
Luis Cazares (11/19/2015)
Brandie Tarvin (11/19/2015)
Bah. I thought I was being clever, but I have an error I can't find.
I made the code work by adding 4 characters in different parts...
November 19, 2015 at 12:33 pm
Bah. I thought I was being clever, but I have an error I can't find.
November 19, 2015 at 12:17 pm
HA!
DECLARE @CurrentTime DATETIME, @TallyCount INT, @Adhoc_SQL NVARCHAR(50);
DECLARE Time_Cursor CURSOR FOR
SELECT DISTINCT N FROM dbo.Tally WHERE N < 500
-- Open Cursor of Users
OPEN Time_Cursor
FETCH NEXT FROM
Time_Cursor
INTO
@TallyCount
-- ...
November 19, 2015 at 12:11 pm
Viewing 15 posts - 2,131 through 2,145 (of 9,707 total)