Viewing 15 posts - 1,546 through 1,560 (of 4,745 total)
C drives nowadays should be at least 30GB to support 2008 OS and SQL
September 7, 2011 at 6:53 am
you probably have your SQL system databases installed on the C drive and these are the likely culprits for using up space. these can be moved. I would avoid moving...
September 6, 2011 at 9:56 am
Gianluca is correct, there is no way, there should be IMHO but there isn't.
Best you can do short of sysadmin is have all jobs owned by the same SQL authenticated...
September 6, 2011 at 8:54 am
September 3, 2011 at 3:54 pm
pls post the error.
was it related to ansi settings by any chance?
September 2, 2011 at 7:23 am
hopefully this thread will help
http://www.sqlservercentral.com/Forums/Topic1156166-146-2.aspx#bm1158118
August 31, 2011 at 3:58 pm
..and straight back off topic (what was it again?)
thanks to those who voted on the SQLagent connect item. I don't know if MS look at them again when they are...
August 11, 2011 at 5:56 am
that helps homebrew, cheers,
except the SQL to create an application role is different to a database role (CREATE APPLICATION ROLE ) and also requires a password specified in the create...
August 10, 2011 at 4:05 pm
Ninja's_RGR'us (8/10/2011)
I ran your code George but I was missing all the application roles. So I can't use it atm!
darn, I don't use application roles anywhere!
That will have...
August 10, 2011 at 8:09 am
you may also want to record who the database owner was before the restore.
add this code:
select 'alter authorization on database::['+db_name()+'] to ['+ suser_sname(owner_sid)+']'
AS 'owner of database when script was created'
from...
August 10, 2011 at 7:24 am
@Remi
darn them for closing it. worth another comment asking for it to be looked at again?
August 10, 2011 at 7:22 am
obviously a very worthwhile educational question on the basis that so many people have thought the shrink would have no affect.
now they know!
August 10, 2011 at 6:36 am
mazzz (8/9/2011)
I spotted this drinking establishment during a fleeting visit to Bradford, UK, and thought of this thread...
this is actually an example of where RBAR is a good thing. I...
August 10, 2011 at 6:31 am
Koen Verbeeck (8/10/2011)
Ninja's_RGR'us (8/10/2011)
Brandie Tarvin (8/10/2011)
This one is giving me heartburn. I almost ran something in Production that...
August 10, 2011 at 6:23 am
Viewing 15 posts - 1,546 through 1,560 (of 4,745 total)