Groups | Blog | Home


Archived Months
March 2003
April 2003
May 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > sql server (microsoft) > january 2007 > threads for january 8 - 14, 2007

Filter by week: 1 2 3 4 5

Modifying system tables in SQL Server 2005
Posted by Prasad at 1/13/2007 4:38:11 AM
Hi, I wanted to know if there is a way to modify the system tables in SQL Server 2005, and if yes a way to audit these actions. I tried selecting from the system tables (using a DAC connection), it allows me to do so, but the profiler doesnt report on this action. Table queried on :...more >>

how to check if mytable is exist via an asp file
Posted by Mint at 1/12/2007 10:02:29 PM
i want to create an asp script. it can do the task below. 1. check if the mytable is exist? 2. if exists drop mytable 3. create my mytable. my question how to check if mytable is exist? please advice an asp script. or anyone can tell me how to create a procedure which can create a table , th...more >>

drag&drop script into QA vs SQL server 2005
Posted by PGA at 1/11/2007 7:14:16 AM
when I drag&drop a script into QA when a connection is alredy established, automatically QA starts new conn on same db. I'm not able to gain same behavior with SQL 2005 Management Studio because the script is entered in edit mode with no Run available. Am I wrong ? No hope ? Best regards paolo...more >>

Error message Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used a
Posted by ernie at 1/10/2007 11:52:50 AM
I am new user to SQL and I am trying to create a sub query. I keep getting the following error Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. My queries work seperately but when I put the...more >>

How to recover after restoring over a wrong database
Posted by dominicstpierre NO[at]SPAM gmail.com at 1/9/2007 6:05:59 AM
Hi all, I'am completely helpless regarding a mistake that occured yesturday. The problem was that I've restored a Database over an existing one, and force it to overwrite, but I did not noticed that I was doing it in the wrong database. Let me explain it with a little sample: DataBase1 ...more >>

Definition: A Catalog vs. a Database?
Posted by John Heitmuller at 1/8/2007 1:02:28 PM
Am I correct in thinking that a catalog is structurally identical to a database in everyway? The only thing that distinguishes a catalog from a database is that a catalog stores information about databases, not user data. Thus, the "master" database on a server is the catalog for that server. ...more >>



DevelopmentNow Blog