Viewing 15 posts - 2,506 through 2,520 (of 2,897 total)
What do you mean "I removed it from the publication" ?
Did you delete the publication ?
If the database is truly not used in Replication, or you need to temporarily mark...
August 9, 2006 at 8:24 am
It's no problem with Snapshot & transactional replication ..... Don't know about Merge, but I don't see why not. In my case, DatabaseA is a publisher of tableA and a...
August 9, 2006 at 8:18 am
I've had the same issue once in a while, with no clue as to why. A job can run for weeks with the same owner, then just fail out of...
August 1, 2006 at 3:03 pm
Hi Sushila ! Long time no see .....
Are you suggesting I read the post properly before giving a response ?? Hmmm I'll think about it.
June 29, 2006 at 6:08 am
You want an actual "Linked Server" ? Or just trying to send data between the AS/400 and SQL Server ? We used regular DSNs without much trouble a while ago,...
June 26, 2006 at 9:29 pm
All our pivot tables execute SQL Stored Procs. That way you don't have to do any code maint in the Pivot table, and if users want to 'Save As" their pivot tables...
June 26, 2006 at 9:22 pm
I share your thoughts on replication's "strangeness" at times, although I think adding keys should be safe. I would set up a little test scenario that mimics your Prod environment...
June 26, 2006 at 1:20 pm
Here's what I think
1. Are you referring to J Woo here ? If so, I think it's true ... IF you're publishing from just 1 server to multiple subscribers....
June 26, 2006 at 12:56 pm
You have to restrict growth on the first file (mdf). When it fills up to the size you set, sql will start using your ndf.
June 24, 2006 at 3:36 pm
If you can't figure out the script, then you can use this little trick I've been doing sometimes. I recently started using SQL 2005 on my desktop to manage my...
June 24, 2006 at 3:27 pm
However, you can get it back if you have a backup of your database that contains it.
Restore your database ("PROD_DB") as "PROD_DB_GetTheSP_I_Mistakenly_Deleted" .... ok .... maybe a shorter name ......... ...
June 24, 2006 at 3:15 pm
This question seems to come up every week or so ...... did you search the existing posts ? Look for "huge log" etc ...
Is your db in FULL or SIMPLE...
June 24, 2006 at 3:10 pm
I found reference to the command "sp_replrestart" that seems to have helped get my log reader job going again (I had saved a script of the job so I could...
June 24, 2006 at 3:04 pm
Thanks ... I guess I'd prefer the default to be "never expire".
It looks as though I have to drop what remains of the subscription & recreate it using the...
June 22, 2006 at 9:52 am
Nevermind....... A developer had put triggers on the subscription tables, but there are errors in the triggers that reference field names multiple times .
June 21, 2006 at 11:53 am
Viewing 15 posts - 2,506 through 2,520 (of 2,897 total)