Viewing 15 posts - 6,841 through 6,855 (of 26,490 total)
Not enough information to be of much help. Please provide the DDL (CREATE TABLE statement(s)) for the table(s) involved, sample data as INSERT INTO statement(s) for the table(s) involved,...
March 31, 2014 at 1:40 pm
New Born DBA (3/31/2014)
I was unable to restore the DB because the DB...
March 31, 2014 at 1:21 pm
kevin_nikolai (3/31/2014)
--------------------------------------------------------
I noted the changes you made relating ad_SequenceId with ( --- replaced with above ).
Found that replacing the...
March 31, 2014 at 12:58 pm
New Born DBA (3/31/2014)
Thanks everybody for replying. Can I use import export utility? Just asking.
If all you want are the tables and the data, sure.
March 31, 2014 at 11:25 am
Take the most recent full backup of the production database and restore it to the QA server. No impact on the production database.
March 31, 2014 at 10:52 am
I think one of the things being missed here with regard to the WIT group. It isn't just a group to support women who are in technology careers, but...
March 31, 2014 at 10:03 am
Based on the information provided, the "correct" answer is wrong. There is nothing in the question to tell us that the login has been granted sysadmin privileges on the...
March 31, 2014 at 5:13 am
GilaMonster (3/31/2014)
Lynn Pettis (3/29/2014)
DELETE TOP (1000) FROM MyTable ORDER BY yourOrderingColumn
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'ORDER'.
Amusingly enough, while updates and deletes can take...
March 31, 2014 at 5:05 am
If you are trying to connect to the instance using SSMS, the object explorer takes one connection to the server, preventing you from using a query window to run an...
March 30, 2014 at 2:13 pm
Spork (3/29/2014)
I want to back up both tables in case I need to restore them the next day (only these tables would need to be backed up, not the complete...
March 30, 2014 at 12:10 pm
calzakk (3/30/2014)
March 30, 2014 at 9:25 am
And now for something completely different (Please note I did have to put in a COLLATE clause to make the code work in my Sandbox database, so take it out...
March 30, 2014 at 8:29 am
Pet peeve, you didn't bother to fix the inconsistency between Lvl and lvl.
March 30, 2014 at 7:11 am
Here is your script for creating and populating your tables. Notice the changes I made to the script (besides the fact that there is no USE database statement).
/****** Object:...
March 30, 2014 at 7:07 am
I have an idea, since as I go through your code and finding things that just won't work, using the sample data you posted give us a set of tables...
March 30, 2014 at 7:01 am
Viewing 15 posts - 6,841 through 6,855 (of 26,490 total)