Viewing 15 posts - 46 through 60 (of 85 total)
Hmm..firstly I don't understand what the title of your post has to do with your question.
However, if you have a single mdf file, then that file is your primary datafile...
September 4, 2012 at 7:48 pm
Evil Kraig F (9/4/2012)
September 4, 2012 at 7:10 pm
I'm not even sure why you bothered to comment on this thread in the first place. Valerie's article was written in her capacity as founder of the Ada Initiative,...
September 4, 2012 at 12:01 am
mtucker-732014 (9/3/2012)
Neither apparently can Valerie.
I read her article and she has plenty of second and third hand stories...
September 3, 2012 at 11:18 pm
elham_azizi_62 (8/29/2012)
but when insert into identity table get error:
An explicit value for the identity column in table 'WOS_WorkOrderType' can only be specified when a column list...
August 30, 2012 at 6:36 pm
Sounds like you have your partitioning covered by your natural, 'branchID' key so that's fine.
Each of your branches will be a publisher and can also be its own...
August 29, 2012 at 11:10 pm
Your issue is with 'double-hop' authentication. When you're logged onto Server1,you are able to authenticate directly to Server2, but when you are connected to Server1 via your PC (using...
August 29, 2012 at 10:53 pm
I just wanted to clarify, too, that taking any kind of backup has no effect on database mirroring.
August 29, 2012 at 6:25 pm
Ok, so I do this...
SET IDENTITY_INSERT dbo.TestTable ON
and get this...
[font="Courier New"]Command(s) completed successfully.[/font]
What message do you get?
August 29, 2012 at 12:41 am
As I said in my last post, if you're running the code as a member of sysadmins then permissions are not a problem and you don't need to do anything.
Are...
August 29, 2012 at 12:20 am
Permissions are not the issue then if you're a member of sysadmins.
I'm not sure what else can be the issue; its a fairly straightforward process usually. ...
August 29, 2012 at 12:13 am
runal_jagtap (8/28/2012)
August 29, 2012 at 12:01 am
Permissions issue? IDENTITY_INSERT requires that you are the owner of the table or are a member of db_owner or db_ddladmin on the database.
Have you correctly qualified the...
August 28, 2012 at 11:49 pm
Hmm...an odd thing just happened. I know that I selected the correct answers for this question but then the response was that I'd answered it incorrectly and gave an...
August 28, 2012 at 11:37 pm
GilaMonster (8/28/2012)
Sergiy (8/28/2012)
GilaMonster (8/28/2012)
http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/There's a good coverage of locking modes in chapter 6, including why SQL needs IX locks at higher levels.
So, what would be your explanation?
Well I wrote that...
August 28, 2012 at 5:12 pm
Viewing 15 posts - 46 through 60 (of 85 total)