Viewing 15 posts - 6,331 through 6,345 (of 9,253 total)
check the share permissions as well as the NTFS permissions. A share defaults to Everyone - Read!
October 24, 2011 at 3:03 pm
SVR (10/24/2011)
Hi,I do not have cluster administrator installed. How to get it installed on my laptop?
check out my 3 part guide on this site at this...
October 24, 2011 at 3:01 pm
tell them its not preaching its fact!
October 24, 2011 at 10:06 am
jared-709193 (10/24/2011)
Yes, their view definition included the TOP and ORDER BY
don't know how many times it's been said but "Don't order by in a view" 🙂
A view is essentially...
October 24, 2011 at 9:49 am
i pasted but it did nuttink. have corrected it now 😉
October 24, 2011 at 9:41 am
Rod at work (10/24/2011)
October 24, 2011 at 9:37 am
jared-709193 (10/24/2011)
This is a SELECT ... from a view in which they used a TOP and ORDER BY.
are you saying the view definition is created upon a select statement...
October 24, 2011 at 9:26 am
don't forget to set the rollover option too, by default it scripts out to zero which means no file rollover. This puppy catches a lot of people out. Also be...
October 24, 2011 at 8:58 am
if you're unsure, use a server side trace for a week or so to monitor user connections before decommissioning
October 24, 2011 at 8:22 am
dajonx (10/21/2011)
October 24, 2011 at 8:09 am
Brandie i have seen similar to this before, what is the recovery model of the database, if full do you take transaction log backups of this database?
October 24, 2011 at 7:15 am
PhilipC (10/23/2011)
I...
October 24, 2011 at 7:09 am
If you're having troubles with other external connections you may use the following to start sql server single user mode and only accept a connection from SQLCMD
sqlservr -c -m "SQLCMD"...
October 24, 2011 at 4:42 am
database user permissions are held in the database itself. You only need to ensure that the server login SID matches the database user and this si what sp_helprevlogin does
October 23, 2011 at 1:33 pm
vino5786 (10/23/2011)
I have configured the Logshipping -Copy Job (Which copies tran logs from Primary Server) to copy all the...
October 23, 2011 at 1:28 pm
Viewing 15 posts - 6,331 through 6,345 (of 9,253 total)