Viewing 15 posts - 26,176 through 26,190 (of 39,793 total)
Are you looking to partition the tables across multiple file groups or databases? What is the problem you are trying to solve?
November 28, 2008 at 9:55 pm
You don't want to do this in T-SLQ, it's horribly inefficient. Holding a file handle is asking for concurrency issues. Using a cursor wastes resources. And SQL Server will not...
November 28, 2008 at 9:54 pm
XQuery is the choice for this, but it's limited in 2000.
This is really something you want to do in another language, not T-SQL.
November 28, 2008 at 9:52 pm
You can do all that, but most people just won't read the rules/ideas/hints, and just post a question.
November 28, 2008 at 9:36 pm
We have PDF versions and are working with developers to get an "ebook" section here on the site.
November 28, 2008 at 9:35 pm
Log backups will keep the log at a manageable size.
You should have free space in your data files, which is used up as you add data and make changes.
How big...
November 28, 2008 at 9:34 pm
It was always one of my favorite things early on in this site to answer questions and help others. I've always felt that most of the people reading the forums...
November 28, 2008 at 9:32 pm
Robert,
I agree and I'm always happy to see people posting hints rather than complete solutions. Especially when people haven't made any attempt at it themselves.
November 26, 2008 at 12:45 pm
Never hurts to apply a little more pressure. You've got fans now!
November 26, 2008 at 11:55 am
thanks for the recommendations on speakers. I'll check them out. Always good to find someone worth listening to.
November 26, 2008 at 11:53 am
Also , the network can be unreliable. Copies and other file operations tolerate this. The SQL Backup process won't.
You really want to back up locally and then copy to a...
November 26, 2008 at 11:51 am
norecovery can't be used with notrunate apparently. I don't see anything in BOL, but I bet you can remove the no_truncate and it will work.
http://msdn.microsoft.com/en-us/library/aa225964(SQL.80).aspx
November 26, 2008 at 11:49 am
That was a nice response.
and a great effort from you, Jack.
November 26, 2008 at 10:35 am
Thanks for the update. Was sure it was networking somewhere.
November 26, 2008 at 9:29 am
Can you not connect to the server at all, or just this database?
Can you connect to master on this instance?
November 26, 2008 at 9:17 am
Viewing 15 posts - 26,176 through 26,190 (of 39,793 total)