Viewing 15 posts - 271 through 285 (of 660 total)
I am just looking for a way where a regular user can execute sp_Lock system store procedure.
November 18, 2008 at 7:25 am
thanks.
that will script all server roles but how can i script logins associated to a user created DB role.
November 17, 2008 at 1:51 pm
I tried that but still didnt work.
If am doing os for making it sys proc, can i delete it later, does it impact anything by delete.
November 17, 2008 at 7:48 am
I am trying to get users to run it from any DB in the instance to check the Lock Details.
Also how can i test that proc by running as a...
November 17, 2008 at 6:24 am
How can i script out all logins / DB's associated with SA login on my server.
November 14, 2008 at 7:32 am
can i refresh all the views in a database by using exec sp_refreshview
November 13, 2008 at 11:05 am
does shriking the data files or log files gets the server downtime as it ido when we run an alter cmd on sql server.
November 12, 2008 at 11:01 am
Instead of changing collation on existing DB how abt this..
1)create a new db with collation required and move data over to the new DB
Or
2) is there a way i can...
November 11, 2008 at 1:55 pm
is there a way a developer without giving admin rights can run those store procs?
November 11, 2008 at 11:23 am
For changing collation just for 1 db i need to drop,create indexes and constraints. Through SSMS i can script create indexes at once but not drop. is there any script...
November 11, 2008 at 7:58 am
what is the impact if system databases and the user databases have different collations.
I found that all my system db's are differnt from many user db's, is it mandatory changing...
November 11, 2008 at 6:55 am
For changing collation, how about addinga new DB like dummy and set collation for that as needed and then import all the data from the source DB, how efficeint does...
November 10, 2008 at 6:39 am
Does this script queries all the databases in the server or just the db in which you run.
I just want to run only for 1 db which i need.
thanks
November 7, 2008 at 6:44 am
Steve Jones - Editor (11/6/2008)
You could search through syscomments for "select *" as a key phrase in those objects that are views.
hoe cud i do tht, can you give me...
November 6, 2008 at 5:21 pm
Viewing 15 posts - 271 through 285 (of 660 total)