Viewing 11 posts - 1 through 11 (of 11 total)
Brandie - are you still a dba? lol
Did you EVER get an answer for this? I have same question. I run 2012 ssms blah blah blah.
thanks if you...
May 1, 2014 at 9:18 am
how about if you bring the data down to your local just using bcp - instead of trying to go directly into Access? after you have it local, then import...
August 6, 2004 at 4:16 pm
To the original post... Builtin\Administrators should not be removed but rather explicitly Denied. The service accounts that run sql server should be domain level and do not require NT SA permissioning...
July 23, 2004 at 9:47 am
(I can take no credit for it, but I'm sure I found it on sqlservercentral)
try this...
if objectproperty (object_id('Sp_Shrinklog_Now'),'isProcedure') = 1 drop procedure Sp_Shrinklog_Now
GO
Create Procedure Sp_Shrinklog_Now @databaseName sysname, @duration Int =...
July 20, 2004 at 2:03 pm
here's come ideas you can put together to be as simple or complicated as you want...
xp_fixeddrives - check to see how much remaining free space
check size of last backup batch...
July 20, 2004 at 1:01 pm
Sounds like your environment is where DBAs are also sql programmers and will work with these standards directly. I suggest you have a meeting with the most senior DBA "SDBA" (experienced...
July 20, 2004 at 12:30 pm
I've had this happen. Turned out for me to be some type of permissioning. Remember the SQL Agent will run with whatever account starts the service. You will need to...
July 20, 2004 at 12:08 pm
Who are you hiding the data from or is this just an exercise to see if you can do it? 1 or 2 columns I can understand (salaries, credit card...
July 9, 2004 at 9:50 am
a customer of mine had a problem and I found in their DTS package they were using UNC naming to designate a file. When I changed this to a...
December 5, 2003 at 8:33 am
To administer(create, modify, run, stop, enable..) jobs you either have to be in sysadmin role or be logged in as owner of the job. with a little work, nearly...
November 24, 2003 at 9:36 am
My master database create date show year 2000. Anyone care to guess why this is if it was just built?
Paul, your script is good. thanks!
July 31, 2003 at 6:34 pm
Viewing 11 posts - 1 through 11 (of 11 total)