Viewing 15 posts - 121 through 135 (of 253 total)
I won't be near my source code until Monday, but rather than keep you hanging I'll outline what I do.
The @FileSaveDate value ends up containing a date/time string like "200507221016",...
July 22, 2005 at 7:47 pm
Here's some code from a backup utility I wrote:
DECLARE @FileSaveDate varchar(16)
<...>
-- Get and format the date and time to be used in this backup's file...
July 22, 2005 at 12:45 pm
I do not know how to enable NTFS auditing on a folder--might you have any links to information on this subject? I suspect this won't be the problem, as I'm...
July 22, 2005 at 7:55 am
<This is an "aside" post, as it does not directly address the main topic>
Wayne,
I could do that, but then I'd have to deal with formatting issues. These days it's:
- Enter...
July 19, 2005 at 12:30 pm
<second attempt: original posting got eaten>
I haven't (yet) had to deal with this issue, but I always figure I'd work things out as follows.
First, always identify the natural primary key....
July 19, 2005 at 11:20 am
The BUILTIN\Administrators logins is not required to operate SQL Server. It is the default, but, when securing an installation of SQL Server, it is an "industry best practice" to remove...
July 18, 2005 at 4:54 pm
A parting thoguht: if the data that could be stored in one row is split into one row in each of four tables, how do you ensure that a "full...
July 15, 2005 at 4:56 pm
A while back I supported several SQL Server clustered instances, and BUILITIN\Administrators was not present. Unfortunately, I did not build those boxes, so I don't know what the work-around is.
Philip
July 15, 2005 at 2:56 pm
This should be as simple as just using the UNC path (and file name) wherever the "conentional" path and file name are used, whether configured in a database maintenance plan,...
July 15, 2005 at 8:05 am
Backups are stored locally, on the same physical device as the database files.
The same domain account is used for both SQL Server and SQL Agent. It has local admin rights...
July 15, 2005 at 8:00 am
You should have no problems doing this. If you're worried, try to restore it with a testing name (like "MyDb_temp" -- and watch those file names), on a testing server...
July 14, 2005 at 4:39 pm
Several things from my experiences:
We had a database that measured 100G+, and that grew between 1-3G a week. I eventuall configured it to autogrow 10G at a time, which made...
July 14, 2005 at 1:57 pm
I don't want to block it, I want to enable it. The current plan is to install SQL Server (Developer Edition) on all the Developer's machines. No way do I...
July 13, 2005 at 9:25 pm
There's no simple built-in way to do so. The only control over history log size (that I've heard of) is via Enterprise Manager--right clicking on SQL Agent, selecting properties, and...
July 13, 2005 at 2:59 pm
A bit of dead-end research:
BOL says that sp_detach_db can only be run by SysAdmins. That's usually good enough for me, but every now and then you need to know what's...
July 8, 2005 at 2:19 pm
Viewing 15 posts - 121 through 135 (of 253 total)