Viewing 15 posts - 46 through 60 (of 528 total)
Mat,
You may be better served to post a new thread, especially since only NoelD and I posted on this one. Also, you may want to post the original code...
March 16, 2011 at 7:54 am
We are installing SS2008 Express on a Dell server in our lights-out data center. The virtual server's operating system is Windows 2008 Standard Edition SP 2. All necessary...
December 9, 2010 at 9:38 am
Installing using the built-in admin account. Followed the directions in KB article 2000257 and found I needed to turn on the debug permission, backup and audit/security logging...
December 9, 2010 at 7:07 am
For details, you can look at this web page, containing a few more details: http://serverfault.com/questions/186550/can-not-install-sql-server-2008-express-or-standard
December 8, 2010 at 4:08 pm
Did you check the logs in
c:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\date_time\Summary <server name>_date_time.txt
where you replace <server name> with the name of your server? You will find extensive diagnostic information...
December 8, 2010 at 3:14 pm
This may seem like an obvious question, but what's the full name of your installer file?
December 8, 2010 at 3:07 pm
It turns out that, by UNINSTALLING the installer (and .NET for good measure), and then rerunning the installer, the installation got past the points where I was experiencing difficulties (other...
October 6, 2010 at 12:19 pm
The C2 audit feature captures everything. That is more than we need. One of the validating aspects of capturing logout as well as login, is to understand duration...
August 13, 2010 at 7:51 pm
One last observation: I unformat the current system date-time (using substring and cast) and append to the log file name in the stored procedure, thereby making the stored...
August 13, 2010 at 1:52 pm
Yes, Jim, you're right. Audit would make life much easier. Unfortunately, it's painfully difficult to justify an Enterprise Edition over Standard Edition for a single server.
I'll have to...
August 12, 2010 at 10:05 pm
Does your VB process use a single login to the database or pass the user's login credentials through to the database? You may need to capture this information inside...
July 27, 2010 at 12:26 pm
It looks to me like the trace file ID suffix is being captured in hexadecimal, and needs to be converted to decimal in order for the file name to be...
July 27, 2010 at 12:22 pm
Brian,
Are you positive that Audit is NOT available in Standard Edition? There seem to be some capabilities built into SE. If it is NOT available in SE,...
July 14, 2010 at 4:13 pm
Jasmine D. Adamson (10/30/2009)
arms.dan (10/30/2009)
October 30, 2009 at 11:00 am
Stephen.Richardson (10/30/2009)
CREATE TABLE dbo.xSource (Name VARCHAR(50), Age TINYINT, Sex CHAR(1))
INSERT INTO xSource VALUES ('Stephen', 43, 'M')
INSERT INTO xSource VALUES ('Stephen', 43, 'M')
INSERT INTO xSource VALUES ('Stephen', 43, 'M')
INSERT...
October 30, 2009 at 7:09 am
Viewing 15 posts - 46 through 60 (of 528 total)