Viewing 15 posts - 76 through 90 (of 496 total)
Welcome to the forums. Please read the article in my signature for posting these types of questions to the forums. If you could provide create table statements and sample data...
April 23, 2014 at 1:38 pm
Take a look at this thread and see if that works for you. http://www.sqlservercentral.com/Forums/Topic1460452-2799-1.aspx
April 23, 2014 at 10:37 am
Your developers should not use @@servername to check things. They should be working cross database only, with 3 part, not 4 part, names.
I agree with Steve. I have a...
April 23, 2014 at 10:33 am
Steve Jones - SSC Editor (4/23/2014)
Keith Tate (4/23/2014)
April 23, 2014 at 9:53 am
Taking the questions/scenarios out of the context of the lab environment (strange environment, limited time, no internet just BOL) would detract from the experience that most of us had taking...
April 23, 2014 at 7:24 am
Glad I could help. 😀
I tested it out with one of my databases and it worked fine, so you should be good to go.
April 22, 2014 at 9:17 am
That would work too if you didn't want to allow access to the database during the restore. So basically you would restore all Tlog backups with NORECOVERY until the last...
April 22, 2014 at 9:02 am
Have a look at this thread sounds like a very similar situation to yours http://www.sqlservercentral.com/Forums/Topic1413413-1526-1.aspx
Sorry for the short reply, but I have to run 🙂
April 22, 2014 at 7:34 am
Parameter @p3 = A.BATCHJOBENDED=@P3 (which is equal to 1)
Parameter @p4 = D.STATUS=@P4 (which is equal to 3)
April 22, 2014 at 7:28 am
If you are setting the database to single user how is there connections getting through? I would set the database to single user before each restore and see if that...
April 22, 2014 at 7:23 am
I would recommend that you read this book: http://www.red-gate.com/community/books/accidental-dba. At least read the section on memory to better understand the memory architecture.
April 17, 2014 at 10:37 am
That is correct, I guess I should have stated that if you want to have 7 GB, after SQL Server has acquired at least 7 GB for the buffer pool...
April 17, 2014 at 9:56 am
DaveK2014 (4/14/2014)
Just waiting for approval to buy that book Keith suggested as it looks like it would be great.
Download the free pdf while you wait for the hard copy...
April 14, 2014 at 11:31 am
Well that is the error you get when you don't have the proper access, but let's try this a different way. Right click the server in Object Explorer and select...
April 14, 2014 at 11:30 am
It looks like you don't have the "ALTER SETTINGS" server-level permission on this instance. Can you get that or can you have someone grant that to you? If not, then...
April 14, 2014 at 11:19 am
Viewing 15 posts - 76 through 90 (of 496 total)