integrity

Technical Article

SOS! EXEC permissions lost on stored procedures while using snapshot replication

  • Topic

Hello everybody!I am using SQL Server 2000 and I replicate a database using snapshot replication (Enterprise Manager). On the publisher side, all my stored procedures have been granted EXEC permissions. Once the replication occurs, I loose all the EXEC permissions on the stored procedures on the subscriber side.Anyone has an idea?Thank you in advance for your […]

You rated this post out of 5. Change rating

2004-09-14

2 reads

Technical Article

RE: RecordCount problem with static recordset

  • Reply

Try changing the ADODB cursorlocation to be adUseClient.  Then you should be able to get a recordcount.  The problem is the recordcount uses client always and when the cursor location is on the server it can't get a count.If the above gives a -1 add re.movelast and rs.movefirst and then check record count. 

You rated this post out of 5. Change rating

2004-07-23

Technical Article

RE: delete without transaction

  • Reply

I agree that No is the answer to your question, however I wanted to see if anyone could give me a clue as to why a Delete tablenameworks and a Truncate tablenamedoes not.  It give me the error that a FK error exists, but gives no ref to the FK and I was unable to […]

You rated this post out of 5. Change rating

2004-03-04

Technical Article

RE: Dynamic Audit Trigger

  • Reply

I'll go also for wz700 suggestion. In fact that's what I use. Trigger script generation based on schema. And it does not matter if you have 500 tables and 200 fields per table that's what scripts are for, right?  

You rated this post out of 5. Change rating

2004-03-03

Blogs

T-SQL Tuesday #176 One piece of advice that you wish Past you had

By

This month’s T-SQL Tuesday is hosted by a dear friend, long time SQL Server...

T-SQL Tuesday #176: One piece of advice for Past Steve

By

I almost missed this month, so this is also a good #SQLNewBlogger post. I...

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers