Viewing 15 posts - 3,991 through 4,005 (of 7,187 total)
This sounds like an interview or homework question. What research have you done?
If I'm wrong about that, what is the exact problem you're trying to solve?
John
July 4, 2013 at 4:57 am
That's not two primary keys. It's one primary key constraint over two columns - a composite key.
John
July 3, 2013 at 4:52 am
Is this an interview question, by any chance? What research have you done?
John
July 3, 2013 at 3:30 am
We can't see what you can see, so help us to help you. Please write a RESTORE statement for each operation. Post all the statements, along with any...
July 3, 2013 at 3:28 am
Go on to the Quest website and do a search. There's a utility that you can use to turn a LiteSpeed backup file into a set of native files....
July 2, 2013 at 9:40 am
OK, if your're running exactly the same code - and you may want to check it's exactly the same - then it's got to be environmental. Try putting SET...
July 2, 2013 at 9:24 am
Mmmm... what happens if you paste that code into SSIS and run it there? I wonder whether it's anything to do with SET QUOTED_IDENTIFIER?
John
July 2, 2013 at 9:06 am
I don't understand. If that's how it is in your package, what was it you posted earlier?
You need the single quotes on all lines, even (especially) the ones with...
July 2, 2013 at 8:31 am
ronan.healy (7/2/2013)
hithanks for reply it will be going into an ssis package
so does it go in like this
No. You need to wrap all non-numeric items in your INSERT...
July 2, 2013 at 8:19 am
You're muddling up your single and double quotes. Use single quotes (') when quoting something in T-SQL, and double quotes (") when quoting something in an SSIS expression.
John
July 2, 2013 at 7:43 am
Please can we see full table DDL? If you don't have a column by which the rows can be ordered, this can't be done.
John
July 2, 2013 at 7:24 am
If you use the GUI in Management Studio to delete the login, you can go to the User Mapping tab and untick each database that is ticked. This will...
June 27, 2013 at 8:17 am
This could be the answer to your problem, as well. Depending on how your replication is configured, and depending on what testing you need to do, you could either...
June 27, 2013 at 7:52 am
Joe
Does your transaction log need to be that big? In other words, does it ever approach 100% full? If it doesn't, it's probably safe for you to shrink...
June 27, 2013 at 7:12 am
Viewing 15 posts - 3,991 through 4,005 (of 7,187 total)