Viewing 15 posts - 3,721 through 3,735 (of 7,191 total)
Did you read the link that Grant posted?
John
December 6, 2013 at 5:04 am
The owner of the database is always mapped to the dbo user in the database.
ALTER AUTHORIZATION ON SCHEMA::MySchema TO dbo
John
December 4, 2013 at 5:07 am
Loop through the table and execute the statements one by one. Either that or write a query to build one set of INSERT statements and execute that in one...
December 4, 2013 at 4:52 am
(1) No.
(2) Recover from what?
(3) Yes.
By the way, there's no need to post the same question in more than one forum.
John
December 4, 2013 at 2:52 am
That means that that table doesn't exist. Please will you post the statement that you used to create the table?
John
December 3, 2013 at 7:05 am
arrjay (11/27/2013)
November 27, 2013 at 9:06 am
Shrink performance on the file? I don't know what you mean, I'm afraid. But, unless it's a problem that your transaction log is 2GB (perhaps you're running out...
November 27, 2013 at 8:57 am
SSMS will remember the last instance you connected to. So if you run SSMS 2008 and connect to your 20008 instance, that's what it'll default to the same time....
November 27, 2013 at 8:54 am
Also, some third-party backup utilities, such as Litespeed, include object-level restore. I've never used that feature so I don't know how well it works.
John
November 27, 2013 at 8:33 am
the field also has nulls and 0's
What date would you like 0 converted to?
John
November 19, 2013 at 7:56 am
You need a DDL trigger, not a DML trigger. But I would recommend looking at service broker or extended events if you are looking at setting up some sort...
November 19, 2013 at 4:34 am
Type "move maintenance plans" into your favourite search engine. When I tried that, I got quite a few links that looked as if they were just what you're looking...
November 19, 2013 at 3:57 am
I recommend you search the internet for "Transaction Log Management". There is a very comprehensive series of articles by Gail Shaw. I'm not sure whether they're available on...
November 18, 2013 at 2:54 am
This is a SQL Server forum. Are you sure you're not using Oracle?
John
November 15, 2013 at 7:09 am
Yes, and it's not just explicit use of temp tables and temp variables that use tempdb. Maybe the query optimizer will decide that it needs to materialise a part...
November 15, 2013 at 4:56 am
Viewing 15 posts - 3,721 through 3,735 (of 7,191 total)