Viewing 15 posts - 2,041 through 2,055 (of 3,061 total)
Crazy idea... redefine key in target database, make it 22 chars in lenght.
April 16, 2010 at 1:19 pm
If by "query analyzer" you mean a gui interface that allows you to type in, save, retrieve, edit a query then submit it for execution and show back result set...
April 16, 2010 at 1:14 pm
george.greiner (4/16/2010)
April 16, 2010 at 1:08 pm
sort in descending order by unique-key combination of columns and date
keep top 1 or each group defined by you unique-key combination of columns.
April 16, 2010 at 8:14 am
Ninja's_RGR'us (4/15/2010)
April 16, 2010 at 8:02 am
Jitendra Luniya (9/5/2008)
April 16, 2010 at 7:52 am
Lynn Pettis (4/15/2010)
I guess I sould look into learning about Oracle. Do they have a free version of their engine that one can use to learn some basics?
Yes. Oracle...
April 16, 2010 at 7:39 am
splinter-740692 (4/16/2010)
My questions is now is the defined primary key a Clustered, unique primary key or just Clustered primary key??
Primary Keys are enforced by a unique index.
April 16, 2010 at 7:34 am
Ninja's_RGR'us (4/15/2010)
Yes... it cannot really be otherwise.You can obvioulsy add more fields when you need to, but the 2 most important fields are the 2 pks.
A purist data modeler would...
April 15, 2010 at 9:51 am
Look at Books Online a.k.a. BOL in the SQL Server box - that will be your primary source of documentation.
April 15, 2010 at 8:37 am
Most probably you want to shows us the full statement as well as the full error, don't you? 🙂
April 14, 2010 at 3:58 pm
This is either homework or one of the top five most weird business specs I've ever seen.
By the way, there is not such a thing as a cell in an...
April 14, 2010 at 3:00 pm
kiran.hegde (4/12/2010)
However when a SQL Server instance is upgraded, the value should be NULL for all databases on the sql instance.
Who said that?
Documentation Paul provided clearly reads "master" database 😉
Don't...
April 14, 2010 at 2:52 pm
Mia G (4/14/2010)
April 14, 2010 at 2:40 pm
Viewing 15 posts - 2,041 through 2,055 (of 3,061 total)