Viewing 15 posts - 12,211 through 12,225 (of 39,896 total)
I believe you need to drop and reconfigure replication with a new distributor. You should have scripted out replication as soon as it's set up since problems can result in...
July 12, 2013 at 11:58 am
the thing to do, IMHO, is have a series of passes in the data, with a few procs/functions, that handle different items. This one posted looks good, but I bet...
July 12, 2013 at 11:57 am
Good for you.
you might think about scanning a folder in the package for .bak files, working out the latest one, and then grabbing the name for use in the...
July 12, 2013 at 11:54 am
The case is that you don't have any instance logins, only contained ones in your database. You can migrate all your users (windows are easy) to contained, and then you...
July 12, 2013 at 11:52 am
You should get an error.
AFAIK, Windows 7 is not an acceptable OS for SQL 2008 R2 enterprise, or any version.
http://msdn.microsoft.com/en-us/library/ms143506(v=SQL.105).aspx
This is only supposed to run on Server OSes.
July 12, 2013 at 11:51 am
+1.
Set a max memory, but SQL will take all it can get if you let it.
July 12, 2013 at 11:49 am
I like derived (staging) tables as an intermediary, and I'd probably use SSIS to move the data regularly. No reason a stored proc can't work, but I tend to stick...
July 12, 2013 at 11:47 am
Is it way behind? Have you looked in BOL for the "Monitoring Mirroring Status"?
It could be always slightly behind, depending on how your system is setup and your network.
In a...
July 12, 2013 at 11:45 am
I've tended to keep 2-3, similar to what I do for user databases. These rarely change, so you could argue you need less backups, like 1/week, but since they're small,...
July 12, 2013 at 11:43 am
The distributor must be the highest version. then publisher, then subscriber.
July 12, 2013 at 11:40 am
I would start to suspect timing (check computer times) or some other Kerberos/SPN issue from this machine to others.
I might try changing the service account, restarting, then changing it back...
July 12, 2013 at 11:38 am
If you ran uninstall from the Control Panel, then the services should be gone, and the binaries removed. However the logs, database files, etc. are not necessarily deleted. You'll have...
July 12, 2013 at 11:32 am
you have have mutliple instances of reporting services, but I don't believe that means on one database engine.
http://msdn.microsoft.com/en-us/library/ms403426(v=sql.90).aspx
July 12, 2013 at 11:30 am
ConnieOI (7/12/2013)
July 12, 2013 at 11:29 am
OCTom (7/12/2013)
July 12, 2013 at 11:22 am
Viewing 15 posts - 12,211 through 12,225 (of 39,896 total)