Viewing 15 posts - 7,141 through 7,155 (of 7,187 total)
You only need ports 443/445 if you are connecting using Named Pipes.
April 6, 2006 at 8:49 am
Pedro
Do you get those messages if you use sqlservr -m to start SQL Server? If so, then I think you do need to rebuild your master database, and then restore...
April 6, 2006 at 8:39 am
Nirmal
You're going to have to help me out with some error messages... right-click on the job and choose View Job History. Tick the Show step details box. Click on a...
March 30, 2006 at 1:07 am
Nirmal
What is failing - the building of the string or the actual restore of the log?
John
March 29, 2006 at 10:05 am
Or this - not tested this so probably full of errors, but you get the idea. Cursor probably not strictly necessary. As it's a one-off update I don't think the performance issue...
March 29, 2006 at 9:58 am
Nirmal
It's not the job that's the problem - it's the SQL within the jobstep. You need to change it so that it includes some error handling that will make it...
March 29, 2006 at 9:16 am
Michelle
Have a look here - this will give you some ideas on what sort of thing to monitor. You can then add extra counters if you think they will be...
March 29, 2006 at 9:00 am
Yes. Binary sort order is the fastest (but probably the least useful). From BOL:
"Sorts and compares data in Microsoft® SQL Server™ tables based on the bit patterns defined for each...
March 29, 2006 at 8:42 am
Bill
C:\Progra~1\Micros~1\MSSQL\Backup\MyDB.bak should do it. BUT if you already had a folder whose name began with "Progra" or "Micros" when either of those abbreviated ones were created, then you may be...
March 28, 2006 at 8:40 am
Fernando
Did you save the query that you used to move the tempdb files? If so, check that you specified a location that actually exists and on which the account that...
March 28, 2006 at 5:13 am
Ronnie
I see what you're asking. You should use the CHECKPOINT command to issue a checkpoint. This is more likely to be successful during a quiet period since there will be...
March 28, 2006 at 2:32 am
Ronnie
Forcing a checkpoint isn't the same as truncating the transaction log. A checkpoint is when data from the transaction log is committed to the database. The transaction log will be...
March 27, 2006 at 8:39 am
Sangra
You're right - you do need a primary key on every table you wish to use for replication. There's no way round that.
Do your tables have any sort of uniqueness...
March 27, 2006 at 7:32 am
Lori
Thanks - I think I had come to that unfortunate conclusion. I say unfortunate because the network people here won't give me a domain account for starting SQL Server and...
March 23, 2006 at 2:02 am
a) sp_addarticle, as you say.
b) sp_droppublication (although I've a feeling you have to use sp_dropsubscription first)
c) sp_addpublication (and then sp_addsubscription)
d) if you used @sync_type='none' in sp_addsubscription then you don't need...
March 21, 2006 at 1:31 am
Viewing 15 posts - 7,141 through 7,155 (of 7,187 total)