Viewing 15 posts - 76 through 90 (of 388 total)
It depends on the queries you run, Indexes are very good for select statement, Indexes are not good for DML statements if you are expecting to many DML changes don't...
March 13, 2010 at 7:17 pm
nadersam (3/13/2010)
i ran dbcc opentran and nothing came up , anything else to check...
March 13, 2010 at 7:04 pm
nadersam (3/11/2010)
The thing i am confused about is that application has finished loading data already and function using this SQL has finished execution , why is the...
March 13, 2010 at 6:56 pm
Yes, as others said drive should be in SQL server service resource group, check with windows team they can fix this for you.
March 13, 2010 at 6:49 pm
Let me tell you how to make restore process easy in case you have to restore database.
From your questions looks like you have to change back plan.
You said back up...
March 13, 2010 at 6:41 pm
Adding to it, Indexes are not good for DML statements, what method are you using to insert data? Is it SSIS or from application ?
March 13, 2010 at 12:46 am
GilaMonster (3/13/2010)
GTR (3/12/2010)
Attach and Detach is not recommended for migration.
Why not? Detach/attach and backup/restore will result in the same thing. A database converted to the new version on the...
March 13, 2010 at 12:32 am
There is an temporary table in the database already that all, where is the create statement in SP? run drop table statement before creating temp table from store procedure.
March 12, 2010 at 11:57 pm
mathias-ruehn (3/12/2010)
before migration i created new dbs with the same names
and tried to recover from backups who went good on the old sql server.
yes, that was different account on...
March 12, 2010 at 11:46 pm
Looks like Merge replication will suit your requirement not peer to peer, elaborate your business requirements we can suggest you which replication.
From BOL
To avoid potential data inconsistency, make sure that...
March 12, 2010 at 11:39 pm
I would set up AD group and grant permission to the group and add users to that group.
March 12, 2010 at 10:21 pm
Asif-414084 (3/12/2010)
Also the new SQL server 2008 server is...
March 12, 2010 at 10:11 pm
5. In SQL Server Configuration Manager, set the SQL Server service to use “domain\SQL_Srv1_Agent” as the log on account. Clicked OK. I was presented with a WMI Provider Error:...
March 12, 2010 at 9:54 pm
Did I miss any permissions?
I think those groups should do it for now.
March 12, 2010 at 9:43 pm
It better to have SQL services domain account and SQL agent Domain account as well, it is not recommended run services under DBA's admin account.
March 12, 2010 at 4:28 pm
Viewing 15 posts - 76 through 90 (of 388 total)