Viewing 15 posts - 121 through 135 (of 297 total)
If there are no errors, then stating that fact stops people who are offering Free assistance wasting time on asking "has anything changed?" or "what are in...
February 18, 2010 at 4:29 am
terry.payne (2/18/2010)
Typical woolly response. SQL Server is crap!
IMO a "woolly" response is needed when a question is asked with no "meat" in it.
Anyone with some knowledge of databases and...
February 18, 2010 at 3:45 am
IMO it should be more that 10%, on a NTFS volumn the OS reserves 10% for the journal. Once data starts to eat into the 10% then you can get...
February 15, 2010 at 7:52 am
February 15, 2010 at 7:31 am
As a previous post stated... Google is you answers
Simply typing
MSDN SSRS
http://msdn.microsoft.com/en-us/library/ms170246%28SQL.90%29.aspx
February 15, 2010 at 4:41 am
If you do a Trace on the report using profiler, check the connection settings.
When SQL caches queries is also uses the "SET" statements. One in particular that caused that same...
February 13, 2010 at 2:38 pm
If you connect on the actual server using SSMS what is the response?
Have you checked that DNS on all DNS server are correct for all the IPs in the cluster?
February 11, 2010 at 12:12 pm
Have you checked the logs on the both the Primary and the Mirror?
Are you using DOMAIN or local account?
Also it maybe worth going through the link below
http://msdn.microsoft.com/en-us/library/ms189127%28SQL.90%29.aspx
February 11, 2010 at 12:07 pm
Try and install the Management Object from MS (XMO)
February 11, 2010 at 12:01 pm
Grant,
In my example, no (as sql is just changes the pointers to the meta-data). But to answer with the original post in mind then yes you would need to setup...
February 10, 2010 at 6:22 am
You could try using the Switch command.
ALTER TABLE [dbo].tbl1 SWITCH to [dbo].tbl2
February 10, 2010 at 5:40 am
Quickest way without SSIS is to
SSMS | Click the "Jobs" node | Select requited job | Right Click | Script job As...
If these are related to a SSIS package you...
February 9, 2010 at 6:41 am
Your plan look ok to me..
I have have in the past where installing a SP or CU breaks P2P replication, but not in all cases.
One thing I would add is...
February 8, 2010 at 11:49 am
Perform your final translog backup (if possible)
Then manually copy the file over to the 2nd server.
Then connect to secondary server in and run RESTORE LOG using the WITH RECOVERY...
February 4, 2010 at 10:13 am
Viewing 15 posts - 121 through 135 (of 297 total)