Viewing 15 posts - 961 through 975 (of 1,253 total)
Hey
DBA's job is to keep everything proper in the (including users data ).
January 11, 2008 at 2:18 am
You can also use DMV's for getting the required information.
Check out BOL for more info on DMV.
January 11, 2008 at 2:00 am
check whether the schema exists, if so grant permission .
if the schema does not exists then create the schema.
check out BOL for all these.
why do u need the schema.
January 10, 2008 at 10:57 pm
If its in SQL 2000 pls post in the appropriate forum.
By base tables do u mean heaps (tables without indexes).
January 9, 2008 at 10:01 pm
have'nt seen people using "." in their object names.
Most important thing with naming conventions is that once you have decided on a convention stick to it.
January 9, 2008 at 1:36 am
hi
any other columns in the db. did u check properly.
January 9, 2008 at 12:23 am
Hi
Exists will check for existance of a one record that satisfies the condition and then will return the records. i.e. if there is one record that satisfies the condition tab1.po...
January 8, 2008 at 10:38 pm
Perfect:-
Proper db backups. Spot on query optimizations. Regular and proper db maintenace. expert in high availability, configuration and all other hi-end stuff. (Where do u get such a person). :alien:
January 8, 2008 at 9:28 pm
i thought you just wanted an indication that po# 12 existed or not. I assumed there is only one row in table1 and this single row has the value 12.
Anyway...
January 8, 2008 at 5:01 am
any large data updations going on? r u using gloabal temp tables.
January 8, 2008 at 1:19 am
Hmm... strange.
Is the db participating in replication or anything like.
Try scripting once again and check if this gets repeated.
January 8, 2008 at 12:54 am
try this
http://www.simple-talk.com/sql/learn-sql-server/service-broker-advanced-basics-workbench/
there is a good article in sql server central also.
January 7, 2008 at 11:44 pm
Viewing 15 posts - 961 through 975 (of 1,253 total)