Viewing 15 posts - 106 through 120 (of 457 total)
Just to add to your intake of knowledge for the day shark, you may find these resources useful, if you don't have them already:
March 9, 2010 at 11:34 am
Shark Energy (3/9/2010)
We have Server A. It is a RAID 1+0. It contains 4 disks...
March 9, 2010 at 9:48 am
Dean Jones-454305 (3/9/2010)
You can use backup/restore to refresh the data.
You can use SQL replication.
You can use SQL...
March 9, 2010 at 9:28 am
I agree with Lynn, I think you have used your own domain account as the account running the SQL Service.
As Lynn said chaning the password in Configuration Manager and...
March 9, 2010 at 9:17 am
And another vote for Redgate's SQL compare.
February 25, 2010 at 3:29 pm
Regarding question 3, you can create and start Server Side trace, have a look in BOL about creating them but you can use profiler to generate a script that can...
February 24, 2010 at 4:55 pm
A friend and former colleague of mine wrote a review of Quest and Idera's products, it is a few years old now and you find his review here
http://www.gre-sqlserver-solutions.com/MonitoringTools.html
Personally, I...
February 24, 2010 at 4:46 pm
You could create an alias?
Is it a named instance or the default instance.
If its a named instance, and its the instance name you want to change then i think you...
February 24, 2010 at 4:39 pm
Something like the following would give the user SCTest SELECT permissions on a schema called 'UserSch' to the user SCTest. The second statement grants the user create view permissions.
GRANT SELECT...
February 24, 2010 at 4:21 pm
Just to add to what George, said sp_help_revlogin is not included in SQL Server by default. This link may help you:
February 24, 2010 at 3:40 pm
murthykalyani has hit the nail on the head, this is what I was trying to across in my previous post.
February 23, 2010 at 2:41 pm
That not an ideal setup for a production database server.
How would you cope if the one disk that houses your data, or OS fails, there are many articles out there...
February 19, 2010 at 4:13 pm
Then you need some more, if you are trying to move a database to a different domain, on a different server then the server needs to have a enough space...
February 19, 2010 at 4:04 pm
Viewing 15 posts - 106 through 120 (of 457 total)