backup

Technical Article

RE: How to change table, column name of existing table (with data, indexes, constrains...)

  • Reply

The tool is not for free, I can't afford for it to be. This is my full-time job so as my wife and children cannot live on air - I have to charge for my services which have an excellent return on investment I might add.What a suprise, Mark! No offense, but I have a […]

You rated this post out of 5. Change rating

2004-12-20

Technical Article

Removing SQL 7

  • Topic

I have inherited 2 (interface) servers that use SQL Server connectivity and tools only - no DBs. They were upgraded from SQL 7 to 2000, but now both servers have both versions. I have been asked to remove the SQL 7 files.Is it possible to just remove SQL 7 without affecting SQL 2000?Can this be […]

You rated this post out of 5. Change rating

2004-11-29

2 reads

Technical Article

Permission

  • Topic

I want to give my developer access to one of the store Procedure, the store procedure has an update and insert activity.when I give him execute permission on that store procedure I am getting Error you don't have privileges on Insert and update.Its SQL Authentication, is any way where I can avoid giving him access […]

You rated this post out of 5. Change rating

2004-11-29

Technical Article

RE: create drop indexes for code maintenence

  • Reply

I am looking for checking index when exists with sane defination. some thing in this line:alter procedure usp_check_index_object  @Objname varchar(1000), @indexName varchar(8000), @decKeys varchar(4000), @decFillFactor int as declare @indid smallint, -- @objname  nvarchar(1000), --776  @i int,  @thiskey sysname,  @keys nvarchar(4000), --2078  @objid int, -- @indexName varchar(8000),  @OrgFillFact intselect @objid = object_id(@objname)--set @indid = 8 Select […]

2004-11-22

Technical Article

RE: Merge replication causing problems

  • Reply

Merge replication keeps track of changes to published tables (articles) through metadata tables (triggers are created on each article and help to keep track of the changes you do). As you keep doing changes those tables will continue to increase. The tables I mention are MSmerge_contents, MSmerge_tombstone to mention just the most important ones.Merge replication […]

You rated this post out of 5. Change rating

2004-11-13

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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