Viewing 15 topics - 266,731 through 266,745 (of 283,936 total)
Topics
Started by
Posts
Last post
You can dynamically execute a sql string in a stored procedure: SET @sql = 'SELECT * FROM table' E…
1 replies
Insert into tblMembers (
2 replies
Hi all, strange problem here I have a storedproc on SQLSERVER : CREATE PROCEDURE [sp_Overdue_Trans…
1 replies
Does anyone know if putting SET STRANSACTION ISOLATION LEVEL READ UNCOMMITTED in a stored proc…
5 replies
Hi, Sql Server 2000 ... In the sysobjects systable for a user database, does anybody know what the …
3 replies
Intermittently, my SQL Agent jobs will stop running. The jobs will hang showi…
2 replies
I have one table "CASE_CLAIMANT". WHICH HAS THREE FIELD CASE_NUMBER &…
4 replies
Currenly we have our MSDB recovery set to full on SQL Server 2000 sp1. Whenever the box is rebooted…
2 replies
I think triggers are preventing my code from working... I have two databases on a single server and…
3 replies
Does anyone know how to get the database server's MAC address inside a TransactSql script?
5 replies
I have two pieces of code that do about the same thing in concept. I want the code to return …
4 replies
Hi, Is there any way to modify the fillfactor of an index without rebuilding it(DBCC DBREINDEX/drop…
6 replies
Hi everybody, I have an testinstallation of SQL Server 7.0 on an old NT4 machine with SQL 2000 Clie…
6 replies
I have a table with a single column defined as varchar(1000). I need to export that table to flat f…
1 replies
How can I modify the following so it will display the columns below ? itemno, 2003qty, 2003sales, 2…
3 replies
Viewing 15 topics - 266,731 through 266,745 (of 283,936 total)