Viewing 15 posts - 211 through 225 (of 468 total)
Ninja's_RGR'us (9/21/2011)
NJ-DBA (9/21/2011)
Henrico Bekker (9/21/2011)
use master
go
SELECT
percent_complete AS ‘PctComplete’,
start_time AS ‘StartTime’,
command...
September 21, 2011 at 9:08 am
Henrico Bekker (9/21/2011)
use master
go
SELECT
percent_complete AS ‘PctComplete’,
start_time AS ‘StartTime’,
command AS ‘Command’,...
September 21, 2011 at 8:53 am
Anchelin (9/21/2011)
I need to sent reports via Database Mail to specific people.
My scripts looks like the following; below script rename and move to another directory (they want to have...
September 21, 2011 at 8:44 am
I went with "answer past Questions of the Day on SSC"....
September 20, 2011 at 1:43 pm
Ninja's_RGR'us (9/20/2011)
NJ-DBA (9/20/2011)
jared-709193 (9/20/2011)
September 20, 2011 at 11:43 am
jared-709193 (9/20/2011)
September 20, 2011 at 11:29 am
the one thing I would caution about using a dummy database is to watch out for GO statements...
for example, if you have
USE dummydb
select * from sys.objects
GO
select * from...
September 20, 2011 at 11:04 am
Paul Beetge (9/20/2011)
Then it's still not working correctly. It should be able to debug.Solution please ?
His question was answered- he said he "did not want to debug, just execute...
that...
September 20, 2011 at 9:51 am
Not saying this is the best way, but it's the way I deal with it... I always avoid having to deal with variable file names by using logic like:
1 find...
September 20, 2011 at 9:43 am
mxhxr (9/20/2011)
September 20, 2011 at 9:03 am
Hi Sarah,
Saw this when you first posted and didnt respond because I'm not sure, but my thought is that the process spawned at the OS level is constantly grabbing more...
September 20, 2011 at 9:00 am
ramyours2003 (9/20/2011)
September 20, 2011 at 8:56 am
sporoy (9/20/2011)
September 20, 2011 at 8:43 am
You can enclose the whole block of code in comments like:
/***
my code
line 2
**/
Then it can only run when highlighted.
September 20, 2011 at 8:37 am
My bet: some of your developers have the nasty habit of granting permissions to groups like public or datareader.
run the following against your database to enumerate object level permissions ,...
September 20, 2011 at 8:15 am
Viewing 15 posts - 211 through 225 (of 468 total)