SQLSaturday

Technical Article

RE: ADO Timeout/Query Analyzer is not

  • Reply

I have heard that before in an article I read somewhere but here is some on what the big deal is.http://www.winnetmag.com/SQLServer/Article/ArticleID/21752/21752.htmlHowever the file is instcat.sql can also be an issue with MDAC updates on the server or the clients. To correct you may actually want to search for all instances of instcat.sql left various installs […]

You rated this post out of 5. Change rating

2004-05-18

Technical Article

RE: QOD 11/21

  • Reply

I am amazed with how many people here have associated a clustered index with a primary key... That's the way the gui does it by default, but by no means does the clustered index have to be on a primary key. You can still have a primary key that isn't clustered on a table with […]

You rated this post out of 5. Change rating

2003-11-21

Technical Article

RE: Performance issue

  • Reply

The optimal environment is if you have plenty of disks to put the system, tempdb, logs, data and indexes on different physical disk arrays. you could even partition your data on separate disks depending on your database design. the overal best performance for the data and the index disk is RAID10 and for log and […]

You rated this post out of 5. Change rating

2003-07-24

Technical Article

RE: Print statement in Stored Proc

  • Reply

The proc does have transaction in it, but I'm printing a message before the first "BEGIN TRAN" statement. Speaking of checkpoints....does anyone know of a DBCC command to force one to occur? I was curious if you can force a database using the Simple recovery model to clean up its transaction log on demmand.

You rated this post out of 5. Change rating

2003-07-23

1 reads

Technical Article

RE: Log shipping

  • Reply

Server 1 DB pubs is logshipped to server 2 db pub. Seperately, Server 1 db pubs replicates to server 2 db pubreadonly. Double the storage requirement but get the most out of your CPU and memory. Log shipping is for disaster recovery not for giving your users a database to run reports off of. John […]

You rated this post out of 5. Change rating

2003-07-17

Technical Article

RE: Output from dynamic sql

  • Reply

You might try bol (bools online) for the topics "sp_executesql" and "Using sp_executesql". The object (e.g., table) names need to be fully qualified in order for SQL Server to reuse a cached execution plan. Also, the execution of the query is very much like (maybe it's the same except for permissions) as calling a nested […]

You rated this post out of 5. Change rating

2003-07-11

1 reads

Blogs

Our Contributions Towards a Stronger Open Source Future

By

Whether you’re a developer at an agency or an aspiring creator, you can trust...

Rebuilding a SQL Server Database Transaction Log

By

“Could you help me, we deleted the database’s transaction log file and now that...

Copying Content from One Databricks Unity Catalog Catalog to Another

By

I had a couple of clients who were moving content from development catalogs to...

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