Viewing 15 posts - 33,316 through 33,330 (of 39,909 total)
I agree with the above. I started in 91 with the old syntax and never had issues. Outer joins were tricky, but they're still tricky.
However I swithed to ANSI syntax...
April 6, 2006 at 5:48 pm
You might scan the scripts on this site for some VB Script items. The ones I've most often used are the FileSystemObject and basic server connections (recordset, connection objects).
Here are...
April 6, 2006 at 5:07 pm
Normal is relative to your server. What might hang your server works great on mine.
You need to look at a bigger picture and not worry about that counter. Find out...
April 6, 2006 at 5:00 pm
SQL Server is ODBC/OLEDB compliant. Your web server would communicate with SQL Server using one of these types of drivers. There are not specific ones for each applicaiton.
April 6, 2006 at 12:27 pm
You cannot delete the log. It is an open file that is essential for the database to function.
A database cannot run without a log file.
April 6, 2006 at 12:26 pm
http://www.sqlservercentral.com/columnists/sjones/20010422115754_1.asp
Part 1 deals with users.
April 5, 2006 at 11:10 am
You can use a third party (Log PI, APEXSQL Log, or something like that). Or you can run Profiler and see what happens during that hour.
April 4, 2006 at 9:21 am
IIS allows an account to be specified for anonymous users. Be sure this is a basic domain account with only the permissions needed to access only the data needed.
April 4, 2006 at 9:20 am
Timeframe is this month, though feedback from SP1 could change that.
April 4, 2006 at 9:19 am
Not sure where that thread is, but you can use it. However, if things need to move there, then what happens to developement? Does it stop? Do you lose work?...
April 4, 2006 at 9:17 am
Before you restore a diff, you need to restore a full.
April 4, 2006 at 9:15 am
You also might choose to split up the tables on different periods. Heavily hit tables might be in a script that runs every night. Less used might be scheduled every...
April 4, 2006 at 9:14 am
Correct although in keeping with minimum permissions, you would not choose the Reader role. It gives permissions to multi-server jobs and this question mentions local jobs only.
April 4, 2006 at 9:13 am
I agree with the above. The transactions/sec is not indicative of a problem. It shows the amount of work being done in that database. And your application shouldn't be competing...
April 4, 2006 at 9:12 am
Viewing 15 posts - 33,316 through 33,330 (of 39,909 total)