Viewing 15 posts - 361 through 375 (of 486 total)
Do you have a baseline of how your procedures should perform? We have a daily trace setup on each of our production servers that we load into our DBA...
August 20, 2013 at 3:45 am
In addtion to the above which is the most likely scenario. Are you using any filters in your indexes and are you copying all attributes as part of your...
August 16, 2013 at 8:25 am
This may help:
http://technet.microsoft.com/en-us/library/ms162843(v=sql.105).aspx
This is the native tablediff utility that shipsd with SQL server.
August 16, 2013 at 8:14 am
Reoraginzing \ Rebuildind indexs will generate a large amount of Transaction log activity. You can reduce the effect by changing the recovery model pre maintenance to Bulk-Logged or simple...
August 16, 2013 at 8:05 am
Have you looked at the native SQL Audit, I am pretty sure that you can do this using an audit specification. Be aware though that it can log a...
August 13, 2013 at 9:52 am
It will depend on how your server is setup, but can you log on to the server as the account your SQL Agent runs under and run the package interactivly...
August 7, 2013 at 5:00 am
You have mentioned that it runs fine in BIDS, where are you running BIDS on the server that the SQL Agent job is running from or from your workstation?
August 7, 2013 at 4:44 am
Have you checked that the account the SQL Agent service runs under has the neccessary permissions to access the FTP folder? It sounds like it is not populating the...
August 7, 2013 at 4:10 am
Are you running the package from within a SQL Agent Job or interactivly when you get this error?
Looking at the output I would suspect that it is from a SQL...
August 6, 2013 at 8:24 am
I personally would remove the passive node from the cluster and reinstall. Remember when adding a node to the cluster all setup options are taken from the active node...
August 6, 2013 at 8:22 am
If I understand your setup correctly you can communicate between the two SQL servers over the same network so I am assuming they are on the same domain?
If so you...
August 6, 2013 at 8:14 am
If I understand your auestion correctly, then no you cannot use the node name I.e DBSERVERA as the server names on a windows domain must be unique and any cluster...
August 5, 2013 at 10:29 am
No, when creating a cluster you will assign a virtual machine name (not the same as a VM OS) this is then the name you will use in your connection...
August 5, 2013 at 10:07 am
This is one method, it will at the very least give you a basis to create your own code should it give you exactly the result set you are looking...
July 29, 2013 at 7:29 am
The performance of a query on your standby logshipped destination database should be exactly same as the source providing the servers are of an identicle specification.
Have you looked at the...
July 29, 2013 at 7:22 am
Viewing 15 posts - 361 through 375 (of 486 total)