Viewing 15 topics - 273,361 through 273,375 (of 283,989 total)
Topics
Started by
Posts
Last post
From QA ver. 8.00.760 CREATE TABLE #s1(seqnum int) insert into #s1 values (1) drop #s1 Run above co…
1 replies
I am running SQL2000 SP3 on a win2k server. I have 2 DBs on the server with one DB subscribing to …
3 replies
Can anoyone advise me: Is using a Linked Server the best way to replicate or duplicate data (i.e. i…
2 replies
What are the minimum sql permissions needed by a user to view\create a database diagram? Bill
2 replies
my problem is that I have a dynamic stored procedure which has 10 parameters such as @param1.....@p…
4 replies
I am new to MDX and need to crate a cube that can report a moving 12 month total of distinct patien…
1 replies
I am asking, if anybody know how to import DTS pakage with T-SQL script? I wouldn't like to use Ent…
5 replies
I am running SQL v7.0 and have over 100 DTS packages that have been setup and jobs scheduled agains…
5 replies
I’m hoping that someone can help me improve the speed of a SQL database restore. The following SQL …
8 replies
Not real happy with the choices on this QOD. The reason the developer is attempting to HOLDLOCK is…
18 replies
Hi all, I have a job scheduled every hour to backup transaction logs for all user db's. Now everyth…
8 replies
Hi all, for testing purposes is there a way to corrupt a db via T-SQL or something else? Cheers, Fr…
19 replies
I have an UPDATE TRIGGER CREATE TRIGGER trg_update ON [dbo].[myTable] FOR UPDATE I use If Update(c…
7 replies
Hi, I receive an ASCII text file daily that contains the current stock levels from our parent compa…
10 replies
I am writing a DTS package to import data from a FoxPro database into an SQL server database. I am …
7 replies
Viewing 15 topics - 273,361 through 273,375 (of 283,989 total)