Viewing 15 posts - 10,726 through 10,740 (of 26,489 total)
SQLSACT (7/16/2012)
Lynn Pettis (7/15/2012)
July 16, 2012 at 8:55 am
What tool are you using, SSMS or BIDS?
July 15, 2012 at 10:52 pm
The following code provides you with a cursor, while loop, and a set-based solution. Depending on the level of control you need will determine which you use.
Also, I changed...
July 15, 2012 at 10:32 pm
SQLSACT (7/15/2012)
Lynn Pettis (7/14/2012)
July 15, 2012 at 1:02 pm
Not knowing what it is you are doing, using a cursor may be the correct thing to do. They do make sense for maintenance rountines and that sort of...
July 14, 2012 at 2:08 pm
SQL_Loser (7/13/2012)
That is correct.Thanks
Then the query I gave you should show you those records in the first table that exist in either table2 or table3.
July 14, 2012 at 3:24 am
Okay, let's try again. You want to delete records from table1 if the same record exists in either table2 or table3, correct?
July 13, 2012 at 4:39 pm
SQL_Loser (7/13/2012)
July 13, 2012 at 4:00 pm
gerard-593414 (7/13/2012)
Sorry, but I'm not answering any questions until mine have been answered.
Why the SELECT/UPDATE structure?
What is it giving you?
This is my first post in this forum, working around...
July 13, 2012 at 3:52 pm
Logshipping is available in standard edition. You could use logshipping to keep a current version of the production database (including schema changes moved to production) in Dev and/or QA....
July 13, 2012 at 1:55 pm
kaspencer (7/13/2012)
Once again we are down to the process whereby questions are vetted and approved or disapproved for publication. This must be improved.Kenneth Spencer
Are you volunteering to do this and...
July 13, 2012 at 12:00 pm
gerard-593414 (7/12/2012)
Just 2 questions:
1. Instead of using the two locks, can I use an IsolationLevel instead. I am not sure if the framework I am using...
July 13, 2012 at 11:26 am
Brandie Tarvin (7/13/2012)
YAY for people who still allow SQL Injection on their servers! (NOT!)http://news.cnet.com/8301-1009_3-57470786-83/hackers-post-450k-credentials-pilfered-from-yahoo/%5B/url%5D
Yes, saw that on twitter yesterday.
Some people will never learn I guess.
July 13, 2012 at 10:52 am
Shot in the dark here since you haven't really provided enough information regarding the environment to make a better answer.
I am assuming that the principal server will still be accessible...
July 13, 2012 at 9:05 am
CELKO (7/13/2012)
Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc....
July 13, 2012 at 8:55 am
Viewing 15 posts - 10,726 through 10,740 (of 26,489 total)