Viewing 15 posts - 151 through 165 (of 2,486 total)
Hope you're not trying to create an extract file in Reporting Services. Something like DTS, SSIS or BCP is better suited to that and you can specify your own seperator.
September 25, 2007 at 4:10 am
Lester, probably not a good idea to go around modifying system tables directly. Can get you into an awful pickle with Microsoft when you have a problem you want them...
September 25, 2007 at 4:08 am
Can't the custom page go into the Control Panel somehow? Maybe a change to add to the long term list 😉
Keep up the great work. Despite the many "little" niggles,...
September 24, 2007 at 4:51 pm
Haven't found a "default" setting yet. It may be there somewhere.
In the meantime, choose the applicable subscription option in the "Post Options" below the edit pane. Only take one click...
September 24, 2007 at 6:52 am
SQL 2005 variant that doesn't use a loop.
http://philcart.blogspot.com/2007/06/split-function.html
Could be easily modified to work with nvarchar(4000)
September 24, 2007 at 6:10 am
Hmm ... I found it pretty easy. Just click on your name and then choose "Find All Members Post" from the context menu.
Another option is to click the "Control Panel"...
September 24, 2007 at 6:05 am
Top job kudos to all involved.
Now if only the links from the Newsletter would work 😉
September 23, 2007 at 10:28 pm
I've been working as a "Remote DBA" for the past nine months and we have clients across a very broad spectrum. Retail, Finance, Legal, Automotive, Travel, etc...
Each client has their...
September 19, 2007 at 9:10 pm
That post doesn't show what version of SQL they're talking about. Without reading up on old documentation, I wouldn't make any absolute statements. I can only make a guess at...
September 11, 2007 at 11:25 pm
The transaction log is made up of multiple virtual log files (VLF). Without doing a lot of digging through old documentation, my guess would be that it's removing the empty...
September 11, 2007 at 7:16 pm
Backing up the database is seperate to backing up the log.
Take a look at the following article,
http://msdn2.microsoft.com/en-us/library/ms191253.aspx
It's for SQL 2005, but most of it is applicable to SQL Server in...
September 11, 2007 at 6:30 pm
September 11, 2007 at 5:52 pm
You're not saving your T-log now. The WITH TRUNCATE_ONLY is throwing it away.
If you want to save the transaction log then you should be backing it up to a file...
September 11, 2007 at 5:51 pm
Lester, One thing that's bugging me about this, if you're issuing BACKUP LOG WITH TRUNCATE_ONLY, why haven't you got the database in simple recovery mode? You're basically throwing away...
September 11, 2007 at 5:29 pm
You won't be able to use Window Authentication in SSMS from within a Virtual PC unless it's joined to the domain. Your only other option is to use SQL authentication.
September 11, 2007 at 2:40 am
Viewing 15 posts - 151 through 165 (of 2,486 total)