Viewing 15 posts - 13,411 through 13,425 (of 13,429 total)
I believe I picked this up as one of the scripts submitted to the site;
there's an export and inport function below; i never tested this myself:
--**************************************
--
-- Name: Procedure to...
January 14, 2004 at 6:59 am
I guess I should clarify; The Process in VB takes 30 seconds; the process runs hundreds/thousands of similar queries,one for each transaction it tries to post to the accounting tables,...
December 30, 2003 at 7:34 am
unfortunately, the db is in another state, and administered by a dba there; I was trying to diagnose issues by remote;
both Auto Update Statistics and Auto create Statistics are turned...
December 29, 2003 at 10:05 am
To expand on this issue I was hoping to read more specifics, and followed up on this myself:
If I was creating a new database, what collation would I use to...
November 14, 2003 at 7:41 am
I'm certainly no expert on the issue, but from what I gather, this program "clusters" two SQL servers, but they do not need to share the same storage location...it allows...
September 30, 2003 at 1:43 pm
I received my book the same time that SQLBill did; thanks everyone.
It's time to beat your own drum though... i noticed that on the site that covers books and reviews,...
September 19, 2003 at 9:24 am
I think you'll have to use more than just the customers first and last names to cull duplications out.
I would think that it would be very easy to have...
August 27, 2003 at 2:23 pm
You might want to check your backup strategy.
I bet it started at 4am and your database was locked because of it.
That might be the root cause of your failure.
Lowell
August 13, 2003 at 7:51 am
Thanks Allen That's good to know; maybe Brian Knight could update his article to mention something about how it is not possible to rename SQL server Instances;
It would make...
July 29, 2003 at 6:19 am
This does what you wanted; the select at the end shows how you can find the # days before /number of days until the users next birthday:
CREATE VIEW UserBirthDay
AS...
July 23, 2003 at 2:22 pm
OK I'll bite;
I've never seen anything like WITH TIES;
I looked to see if it was a query hint, but it looks like its a named set, right? i found something...
July 15, 2003 at 3:25 pm
I found an answer from a Microsoft Guru that seems to explain how to fix your issue:
Hope it helps:
From: "Bill Hollinshead [MS]" (billhol@online.microsoft.com)
Subject: RE: SQL 2000 Enterprise manager unknown error...
June 25, 2003 at 8:11 am
there's at least 3 scripts in the script library of this site that compares table structures; i used "Compare Tables" in the search engine to find them here, and this...
June 16, 2003 at 12:26 pm
Other's have suggested this and it's worked well for me;I take no credit for the idea itself: The question is can you change the way the data is "deleted" ....
June 16, 2003 at 7:52 am
Info you are going to use a temp teable, then the Identity() function might help you out. I've used it before and It provides the identity field for the column....
June 9, 2003 at 7:08 am
Viewing 15 posts - 13,411 through 13,425 (of 13,429 total)