Viewing 15 posts - 3,391 through 3,405 (of 7,168 total)
Lynn Pettis (8/15/2012)
Flip...
August 15, 2012 at 2:58 pm
Pablo Campanini-336244 (8/15/2012)
The command:
CREATE USER abc FROM LOGIN testLOGIN
creates a "database" login, not a SQL Instance login.
Please create also the sql ID at an Instance level.
Then connect to the SQL...
August 15, 2012 at 2:26 pm
Pablo Campanini-336244 (8/15/2012)
1.-UserID abc created
2.-DBRole abcRole created
3.-Several tables with schema abcschema and xyzschema exist
4.-Add userID abc to role abcRole
5.-on schema abcschema I add role abcRole
6.-on schema abcschema I grant select,insert,update,delete...
August 15, 2012 at 1:28 pm
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic1345431-1526-1.aspx
August 15, 2012 at 1:17 pm
sage8 (8/15/2012)
unfortunately i don't know the history of this db.
What is the value of dbi_createVersion when you run this? The number will reveal on which version of SQL Server the...
August 15, 2012 at 1:16 pm
david.holley (8/15/2012)
"The first thing we do - kill all the users." - Shakespear (Henry VI Part 2 Act 4, scene 4)
That would make a fine addition to your signature here...
August 15, 2012 at 1:01 pm
In 2005 and above you cannot remap the dbo user to a login other than sa, and you cannot drop sa.
I too would like to know if this was once...
August 15, 2012 at 12:37 pm
My pleasure. If you have any issues or doubts after you start experimenting with any of the options feel free to post back and I'll do my best to answer...
August 15, 2012 at 10:17 am
Lexa (8/15/2012)
opc.three (8/15/2012)
Grant Fritchey (8/15/2012)
You're experiencing I/O waits during I/O operations... The only way to speed that up is to get faster/more disks.
Are you sure you're not thinking of PAGEIOLATCH_UP?...
August 15, 2012 at 10:09 am
Chuck 17099 (8/15/2012)
August 15, 2012 at 9:58 am
Grant Fritchey (8/15/2012)
You're experiencing I/O waits during I/O operations... The only way to speed that up is to get faster/more disks.
Are you sure you're not thinking of PAGEIOLATCH_UP? I think...
August 15, 2012 at 9:31 am
SQLSACT (8/10/2012)
HowardW (8/10/2012)
August 14, 2012 at 3:13 pm
david.holley (8/14/2012)
I was more concerned about installing a new instance of SQL Server (FULL) when an instance of SQL Server Express already exists and then realized that both can...
August 14, 2012 at 1:36 pm
:pinch:
Same as any migration:
- detach + copy + attach
- Copy Database Wizard
- others
Backup/restore is typically what I use to bring a DB to a new instance.
August 14, 2012 at 1:23 pm
Have you done any searches online? What have you found?
Have you tried developing a process yourself? What have you tried so far?
August 14, 2012 at 1:18 pm
Viewing 15 posts - 3,391 through 3,405 (of 7,168 total)