Viewing 15 posts - 76 through 90 (of 131 total)
Ok, do you have a database ( ABC ) with tables a,b,c,d,e,f,g,h.
User1 needs access to a,b,c
user2 needs access to a,b,c,d,e,f
user3 needs access to d,e,f
etc.....
so create a database role. ( from object...
January 25, 2007 at 8:06 am
Assuming that all of your stored procedures and changes are already in some type of version control system.....they should already be in seperate files.
Write up a script that loops...
January 25, 2007 at 7:54 am
You know, if we dont allow the English language to grow and change....we would end up like........the French.....LOL
EP
January 25, 2007 at 7:48 am
Lucky
Yes, that was exactly what I was looking for.
Just didnt see it between the Turkish and Estonian entries. On an interesting side note, my Irish co-workers are quite offended that it...
January 24, 2007 at 1:27 pm
I ran into the same error in SQL Server Management Studio when a database owner's login was dropped. Becaue it was not finding the property that it expected ( ie the...
January 24, 2007 at 1:19 pm
Also, just in case the job is not scheduled, but run on a regular basis, I would recommend the following change to the script.
left join sysschedules
I made a few...
December 1, 2006 at 11:46 am
it is because the history lists a status for each step in the job.
Add a where clause " Where step_id = 0" and you will get the results your looking...
December 1, 2006 at 10:17 am
Thanks
The reboot of the service or the server is what I am trying to avoid. lol
Looks like I am going to have a window this weekend as my systems group...
December 1, 2006 at 9:54 am
I have had the same issue, old machines ( and my SAN machines only have a small C drive )
Also, not only does the SQL Server install the code on the...
October 11, 2006 at 1:41 pm
It will also depend on if you are using IP address for your link server. Note all other machines Host files will need to be updated to the new address...
October 11, 2006 at 10:23 am
A pro opinion for shrinking: Your backups will run faster.
A con opinion: If the database will grow again, and entering data to your online system is causing the growth, some...
October 11, 2006 at 10:20 am
ids can be transfered between machines using the following script
http://support.microsoft.com/kb/246133
Also if using Log Shipping or Mirroring for your backups, it saves lots of security issues having all of...
October 11, 2006 at 10:15 am
Hello
OK, the above script will work.....but things must be done in the following order
October 2, 2006 at 8:44 am
I dont know if this will work, but worth a few minutes of research.
What about setting up an ODBC driver and map it to the Oracle Instance. Then use sp_linkserver...
October 2, 2006 at 8:10 am
Thanks for the info and it is good to know that I am not the only one having the problems.
I read on one of the other forums that SQL...
September 26, 2006 at 11:25 am
Viewing 15 posts - 76 through 90 (of 131 total)