Search Results

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: omrsafetyo ; Forum: MS SQL and child forums
Forum: MS SQL Nov 28th, 2008
Replies: 1
Views: 1,198
Posted By omrsafetyo
SQL Server creates primary keys (by default) as clustered - which means it gets sorted.

Create a NONCLUSTERED primary key and you should be all set.
Forum: MS SQL Nov 28th, 2008
Replies: 2
Views: 598
Posted By omrsafetyo
It seems so obvious looking at the function name.

Thanks for your help!
Forum: MS SQL Nov 26th, 2008
Replies: 2
Views: 598
Posted By omrsafetyo
I would like to create a variable in my trigger - @DBNAME.
When the trigger executes, this value should be set to the name of the database it was executed in.

E.g. for the master database the...
Forum: MS SQL Jun 29th, 2008
Replies: 3
Views: 2,121
Posted By omrsafetyo
I would also wrap your sql in some code=sql tags. It's hard to see everything - but for instance, it looks like you have some mixed and/or missing quotes
Forum: MS SQL Jun 12th, 2008
Replies: 2
Views: 1,075
Posted By omrsafetyo
Yes, export the data as csv - you can do this easily with DTS; or you can do with BCP from the command line:

C:\> BCP database.dbo.table out mytable.csv -S<servername> -Uusername -Ppassword

DTS...
Forum: MS SQL Jun 11th, 2008
Replies: 4
Views: 2,107
Posted By omrsafetyo
What tables are you querying and what columns are you comparing?
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC