Viewing 15 posts - 181 through 195 (of 349 total)
If you're on SQL Server Enterprise Edition (and Windows Advanced Server) and you have 4GB of RAM and the /3GB switch, the SQL Server will grab 3GB of RAM and...
August 16, 2005 at 2:46 pm
That will work great if you are either running the .NET application on the server or wish to run the DTS package on the remote machine where the .NET app...
August 12, 2005 at 6:51 am
Couldn't you capture the trace to a SQL Server table and then search using T_SQL? You could capture the name of every Stored Procedure executed, and then look through those...
August 11, 2005 at 7:32 am
Remi, is there a better way than going back and modifying, testing, etc. ALL of those stored procedures? I can't think of another way to do this except for the...
August 11, 2005 at 6:54 am
You could also run a profiler trace and capture database activity to a table or file, then search it later.
August 10, 2005 at 11:49 am
In case you haven't already, I would check what account the SQL Server Agent job is executing under (Job Properties, Owner). If it is set to an account that has...
August 9, 2005 at 12:45 pm
To add to the question...Has anyone applied the SP4 AWE hotfix (http://support.microsoft.com/default.aspx?kbid=899761)? Were there any problems with the hotfix or any other parts of the service pack?
TIA, chris.
August 9, 2005 at 9:01 am
There's an article here (http://www.sqldts.com/?225) on what files you have to copy to the machine that does not have SQL Server installed.
August 9, 2005 at 6:56 am
I've got a feeling that it is the same reasoning where MS doesn't allow ORDER BY in the view definition. They say to use ORDER BY clauses in the queries...
August 3, 2005 at 7:02 am
The advice that I had always heard i to not brng up slalry until they want to hire you. This is obviously more applicable when you aren't an internal candidate....
August 3, 2005 at 6:53 am
Best one I've read is Hitchhiker's Guide to SQL Server 2000 Reporting Services by Blackburn and Vaughn.
August 1, 2005 at 2:18 pm
I doubt that Windows Authentication against a workgroup will work. You need to be authenticated against a NT domain or an AD.
From Books Online:
'A user's network security attributes are...
August 1, 2005 at 12:58 pm
I don't know about online tutorials, but if you are new to stored procedures, I'd definitely recommend a book, The Guru's Guide to Transact-SQL by Ken Henderson or another book like...
August 1, 2005 at 9:59 am
I'd like to see a study of how much time that professional people spend working (thinking about work, preparing a presentation, report, etc.) from home.
'You took ten minutes to book...
August 1, 2005 at 6:39 am
I shrink my files in small increments (1gb or 2GB) till I get a handle on how long it appears to take. I hate teat 'not responding' message too!
July 29, 2005 at 11:26 am
Viewing 15 posts - 181 through 195 (of 349 total)