Viewing 15 posts - 6,916 through 6,930 (of 9,253 total)
You asked
yoffes (7/14/2011)
What are the least set of permissions that will allow this?
Granting at the table object level is least permission, granting at schema is greater scope!
This looks neater
yoffes (7/14/2011)
GRANT...
July 14, 2011 at 1:15 pm
validate and cleanse the column data in the source table
July 14, 2011 at 12:51 pm
Grant select, insert, update, delete on object::dbo.test2 to testrole
July 14, 2011 at 11:01 am
GilaMonster (7/13/2011)
Honestly, I'd be taking backups and mirroring the backups.
I'm with Gail here, I think this would be the best solution
July 14, 2011 at 3:56 am
subbkarth (7/14/2011)
suddenly i'm getting this error:
Here is the error
Executing the query "ALTER INDEX [work_package_calendar_work_package_IDX] ON...
July 14, 2011 at 3:52 am
GilaMonster (7/14/2011)
so no point in time recovery until, you take another full backup.
or a differential 😉
If the 2 hourly backups are not managing the log sufficiently increase it to...
July 14, 2011 at 3:48 am
not something i have ever seen before, the databases will synchronise when they both restart.
Build yourself a couple of virtual machines and try it 😉
July 14, 2011 at 3:08 am
what issues are you expecting or considering??
July 14, 2011 at 2:54 am
SQL Server buffer pool is typically the largest memory consumer, have you accounted for this?
July 14, 2011 at 2:49 am
thanoseft (7/14/2011)
and i do not want it to run while i restarting
???????
All operations are rolled back anyway. Do what you must but there is no need to disable the jobs...
July 14, 2011 at 1:32 am
garfield81 (7/13/2011)
July 13, 2011 at 3:50 pm
SVR (7/12/2011)
I am using sql server 2008 on win 2008. I restored a database from sql server 2000 to 2008, and also installed the application using...
July 13, 2011 at 9:11 am
Viewing 15 posts - 6,916 through 6,930 (of 9,253 total)