Viewing 15 posts - 451 through 465 (of 644 total)
nikhil.desai1 (1/16/2012)
I have create on User i.e. User1 with db_owner permission
and gave access to One on User Database DB1 and gave access of DBMailUserRole to msdb database.
When user fires the...
January 16, 2012 at 4:52 am
Bhuvnesh (1/16/2012)
while inserting from server A to B
Error messages:
A conflict of type 'Insert-Insert' was detected at peer 1...
January 16, 2012 at 4:43 am
nirnaykhatri (1/12/2012)
How do u recover data from transaction log files? Is the .ldf file and sql server log file under management the same thing?Thanks
To recover the data from transaction log...
January 13, 2012 at 6:43 am
guruprasadurs (1/9/2012)
I want to schedule back up DB in ms sql server 2005 using maintainence plan wizard. I want to know Is it possible to...
January 13, 2012 at 6:37 am
patrickmcginnis59 (1/12/2012)
January 13, 2012 at 6:11 am
james.berryman (1/13/2012)
January 13, 2012 at 5:52 am
You need to add this "ReadOnly" user to Model Database. That will serve the purpose. Every new database which is created on the server is actuly a copy of Model...
January 13, 2012 at 5:31 am
L' Eomot Inversé (1/12/2012)
edit: I haven't looked at the posting history - just the the thread referenced here and the first thread it references - so maybe I'm reacting on...
January 13, 2012 at 2:46 am
GilaMonster (1/12/2012)
January 12, 2012 at 4:31 pm
Grant Fritchey (1/12/2012)
I wouldn't trust anything that guys says. He's a notorious crank.
lol...
No, it doesn't. Why update statistics that are about to be updated?
So how should I go about...
January 12, 2012 at 4:23 pm
GilaMonster (1/12/2012)
then, you...
January 12, 2012 at 8:15 am
Evil Kraig F (1/11/2012)
Brandie Tarvin (1/11/2012)
Evil Kraig F (1/11/2012)
Brandie Tarvin (1/11/2012)
Evil Kraig F (1/10/2012)
January 11, 2012 at 12:23 pm
Jpotucek (1/11/2012)
did you tryUse Master
EXEC sp_change_users_login 'Auto_fix', 'userid'
Use USERDB
EXEC sp_change_users_login 'Auto_fix', 'userid'
This sometimes works for me after I've done a redirected restores to remap the users
Yup, Auto fix should do...
January 11, 2012 at 6:21 am
GilaMonster (1/11/2012)
http://sqlinthewild.co.za/index.php/2009/01/19/index-columns-selectivity-and-equality-predicates/
2) That will prevent key lookups, but you've just duplicated your entire table, perhaps multiple times. Don't use SELECT *, and keep the includes on indexes to as...
January 11, 2012 at 3:57 am
Dhirju (1/11/2012)
and i have checked using telnet command for this port,
but i m configuring in primary server, how...
January 11, 2012 at 3:44 am
Viewing 15 posts - 451 through 465 (of 644 total)