Viewing 15 posts - 24,961 through 24,975 (of 39,810 total)
Change this in Configuration manager, not control panel, and you should be fine.
March 2, 2009 at 1:22 pm
I'd go with auditing. Trace/Profiler could miss something if it gets stopped, or isn't started when the server reboots
March 2, 2009 at 11:44 am
I'd go with Gus' advice.
create new table
begin tran
select into from old table (minus GUID)
drop old table
rename new table
commit
March 2, 2009 at 11:42 am
What you would need to do is serialize these. So backup, then script the move, then backup next one, etc. You'd need validation to be sure that the backup was...
March 2, 2009 at 11:36 am
Are you executing through BIDS? sp_start_job? How?
March 2, 2009 at 11:31 am
How are you executing the package?
If it needs Windows auth, you need to call it from an account that uses Windows auth or there are no credentials.
March 2, 2009 at 10:47 am
SQLSentry has a great tool for scheduling stuff across servers and managing the process.
SQL Agent works well, however, might not be the best choice here. Windows Scheduler works, but doesn't...
March 2, 2009 at 10:46 am
What are you trying to achieve? Perhaps we can suggest something. Replication doesn't necessarily seem to fit what you are asking.
March 2, 2009 at 10:40 am
You can learn a lot from reading about this, but that won't necessarily get you to think about everything. This is a complex subject, and a lot of moving to...
March 2, 2009 at 10:39 am
The question is based on identities and defaults. You don't know how many columns, so how can you insert a row? It might seem unclear, but I think it you...
March 2, 2009 at 10:31 am
I think you have to reassess how you look at things, do lots of testing, and possibly revisit your architectures. I think this can work. Not that it should, but...
March 2, 2009 at 10:11 am
Make sure it's the same on both nodes as well.
March 2, 2009 at 10:10 am
It's a round robin type thing.
You can do one file / filegroup and get this granuarity.
March 2, 2009 at 10:06 am
Are you talking about paging? There are articles on this site dealing with that.
http://www.sqlservercentral.com/articles/Advanced+Querying/3181/
March 2, 2009 at 10:05 am
Viewing 15 posts - 24,961 through 24,975 (of 39,810 total)