Viewing 15 topics - 268,261 through 268,275 (of 284,014 total)
Topics
Started by
Posts
Last post
I have a scheduled task which i want to run continually, but query a table periodically (e.g. every…
4 replies
Much to my horror I found that agent had not been running on an instance for abouut 5 days and I ha…
5 replies
I'm looking for some advice (or a script) on how to have SQL 2000 sp3 notify me when the transactio…
7 replies
Does anyone know of a way to attach the results of @query as a comma delimited text file - specific…
5 replies
-- Why does this work Declare @sql varchar(8000) Set @sql = 'Create Procedure #MyTempSP as Select…
3 replies
Is there any way to rename SQL Server 2000 instance name without re-installing it?
4 replies
I have a trigger in SQL which fires a stored procedure whenever there is an update in the SQL table…
1 replies
Hi .. we are storing date as varchar(8) in database for some reasons. I want this field as Search C…
3 replies
I have a procedure that runs very often through out the day. A look at syscacheobjects always show…
2 replies
How can i prevent a ADO application (Client side) to not recieve errors from SQL sever for example …
5 replies
We are using SQL Server 2000. User tables were created in one database, and are being included whe…
2 replies
I have a SP that uses a input dateTime paramater. Does anyone happen to know what the proper format…
9 replies
SELECT '01' as the_month,'2003' as the_year, isnull((SELECT SUM(num_units) from active_units_static…
12 replies
Does anyone know of a usage Based costing tool for SQL Server? For instance, we may start charging…
3 replies
I need to run some DTS packages that creates flat text files. Everything worked fine, but the clien…
2 replies
Viewing 15 topics - 268,261 through 268,275 (of 284,014 total)