Viewing 15 posts - 166 through 180 (of 1,335 total)
You can also use tools like ERWIN, EMBARCARDEO and datacompare to just generate the scripts of your tables for you. but the best is to use the SSMS for that.
February 27, 2008 at 8:48 am
Your sql server will be running in local system account. change that to domain account so that the server will be able to mutally authenticate itself.
February 14, 2008 at 4:42 pm
Yes wondering out where is it specified that you should not use sa as a database owner. The link of that will let us know what the bad practice it...
February 14, 2008 at 4:41 pm
Generally i go with the dbo schema. so that i can get hold on things easily and know what is happening in my server and moreover implementation in the production...
February 14, 2008 at 4:39 pm
1. update stats
2. execute DBCC UPDATEUSAGE
3. if any repopulate full text catalogs
February 14, 2008 at 4:32 pm
One thing that i can think quickly for such a huge number of databases is using Doubletake for replication of the databases at the file level and then using a...
February 14, 2008 at 4:02 pm
Use your agent login itself to be used for the Maintenance plans.
February 14, 2008 at 3:58 pm
You can backup the database to a TAPE or the DVD and then ship it to the destination.
February 14, 2008 at 3:47 pm
Bring the database offline. And when you need it back bring it online and hence use it.
February 14, 2008 at 3:40 pm
You can script all your jobs in a moment using the script jobs task that is available.
February 14, 2008 at 3:39 pm
espinfire (2/14/2008)
Hello everyoneHow finish processes automatically as the other servers?
Can't understand this. You have a merge replication setup and in one of your server the processes are numbering...
February 14, 2008 at 3:37 pm
You can install SP2 for SQL 2005 so that you would have the lastest installed.
February 14, 2008 at 3:33 pm
You can use the builtin alerts available with SQL Server for your req. But still if you want to handle via a TSQL then you would need to code with...
February 14, 2008 at 3:32 pm
When you mean dynamic how do you get the server name to add to the connection string. I know the you are using windows credentials and there is no need...
February 13, 2008 at 9:21 am
Use the service account as the connection property string in your sql server replication rather than using sa account as that account gets its password changed depending on the business...
February 13, 2008 at 9:15 am
Viewing 15 posts - 166 through 180 (of 1,335 total)