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 >>
|