Viewing 15 posts - 76 through 90 (of 91 total)
I can back up SQL Server on the mission critical measure. We run our factory floor production system on SQL 7.0 on Marathon Endurance Server. We process up to 100,000...
November 27, 2002 at 10:59 am
There are better things to do in a pub then argue about the relative merits of Oracle and SQL Server.
November 13, 2002 at 8:38 am
The CONVERT function is the way I do would do it in production.
November 8, 2002 at 2:10 am
Assign getdate to a variable.
Use the variable in your update.
Use the same varibale in your select, you should get the rows returned.
November 7, 2002 at 2:18 am
It is possible to get a wide variety of skills and with a certain depth of knowledge but its a double edged sword.
In the past 5 years I have worked...
October 31, 2002 at 3:00 am
Run DBCC loginfo and check through the rows returned for status ID that are not zero(probably = 2).
If the non zero values are near the end of the log file...
October 8, 2002 at 9:10 am
Detaching to shrink the log file is totally unnecessary.
Truncate the log on a regular basis either by doing a transaction log backup or setting 'truncate log on checkpoint' to true...
October 8, 2002 at 9:00 am
The thing is, I am almost certain that you are mistaken in thinking that you get a resultset as the output from DBCC SHOW_STATISTICS (<table>, <index>).
If you take a...
October 1, 2002 at 10:45 am
We use Marathon Endurance server so that everything is mirrored and backup locally and later to tape. does anyone else use this and if so , any issues?
September 30, 2002 at 10:47 am
Log onto the server as the account that the SQL Server Agent service runs under.
Then open up Outlook and try to send a test email to the same email address....
September 26, 2002 at 10:54 am
Why don't you put the query into a SQL Stored Procedure (with parameters if necessary) and call the stored procedure from Crystal Reports. That way you don;t have to worry...
September 26, 2002 at 10:46 am
but even when I run it from Query Analyser it is slower if the statements are not run
sigularly or in small groups.
September 26, 2002 at 10:07 am
Just in case you want to go ahead and try doing it for yourself
sysdbmaintplan_databases, sysdbmaintplans, sysdbmaintplan_history, and sysdbmaintplan_jobs
are the tables you need to take a look at, I may even...
September 19, 2002 at 7:32 am
..but when I run them individually one at a time there is no problem and if I run groups of them, where I know each will take a very short...
September 19, 2002 at 7:12 am
Thanks people,
I was able to return what I needed (Just the product ids + name for those that matched my criteria) using just the Select and group by but I...
August 30, 2002 at 2:13 am
Viewing 15 posts - 76 through 90 (of 91 total)