Viewing 15 topics - 281,041 through 281,055 (of 283,936 total)
Topics
Started by
Posts
Last post
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE When should this be used ? Benefits ? Costs ?
1 replies
I am trying to run the following query: BEGIN DECLARE @Job varchar(200) SET @Job = DB_Name(…
5 replies
Has anyone run into any problems with using the Enterprise Manager for SQL Server 2000 to make chan…
10 replies
I am trying to populate a column with date/time info, I am doing this so I can use getdate() on the…
1 replies
Can anyone help me convert a two-dimensional array into a working SQL insert statement? I currently…
5 replies
Is is better to store images in SQL2000 or to just use a string pointing to the db and have the act…
30 replies
I have created a function with name 'fun_tica_getcompcode'.It is created sucecessfully. but when i …
3 replies
Table: CREATE TABLE [Products] ( [productid] [int] NOT NULL , [sku] [varchar] (50) AS NULL , [sh…
5 replies
Im trying to get transactional replication to work between two different domains across a private T…
3 replies
i have a db on sql 2000. i need to make a copy of that db on the same sql2k server. If I create a n…
2 replies
I am having major problems trying to use Transact-SQL cursors. Things that I can easily code using …
2 replies
I have a database which was created with unrestricted growth. The log file space is 209 mb. I wou…
4 replies
Hi In the profiler I have observed SET NO_BROWSETABLE ON and OFF statements, what is the significa…
1 replies
My company is running a CRM application with a SQL backend. At times I run into deadlocks caused b…
2 replies
Hi Everybody, I need to get the default values of Parameters of a Stored Procedure from an XML File…
5 replies
Viewing 15 topics - 281,041 through 281,055 (of 283,936 total)