Viewing 7 posts - 1 through 7 (of 7 total)
I wouldn't think so....you should create an application role and use that for access, you certainly should not be handing out SA passwords if you want to retain any type...
November 12, 2009 at 4:08 am
Look at the screen once you have added the file don't just go blindly clicking buttons, *before* you look at the screen.
October 28, 2009 at 8:40 am
can you see the attach db dialog?
once you add the mdf, there is a combobox for owner listing server user, drop it down and select sa.
October 28, 2009 at 8:32 am
Change the owner to be sa in the attach DB dialog
October 28, 2009 at 8:27 am
If you business logic dictates that this combination of columns allows for duplicates, then it is by definition not a primary key, it may be worth examining your table to...
October 27, 2009 at 6:17 am
IMHO what you want is a consistent peice of code that will handle both situations, i.e. the file requires preprocessing.
If the qualifier is ^ then leave it alone and process...
October 27, 2009 at 4:59 am
Try Select @@Servername
That *should* give you the server name, SELECT serverproperty('InstanceName') gives me null on a couple of machines.
October 26, 2009 at 11:21 am
Viewing 7 posts - 1 through 7 (of 7 total)