Viewing 15 posts - 421 through 435 (of 1,186 total)
Can you provide a snippet of what the DTS package is supposed to do to help diag the problem?
April 12, 2005 at 3:07 pm
You will need to have a registered unzip i.e. PKZIP, WinZip, etc... You will also need a command-line editor (separate piece for WinZip). You will then need to write VBScript...
April 12, 2005 at 2:39 pm
Unfortunately, unless you are passing in the Environ$("COMPUTERNAME") in as a parameter and logging it to an audit table sp_who2 will only show the web server due to connection sharing....
April 12, 2005 at 2:36 pm
I hate to ask this but, is there an index on OrderDate?
April 12, 2005 at 2:33 pm
Another approach is to use Linked Servers (IF the database is on a different server)
OR you could do something like SELECT fields... FROM DBNAME.OWNER.OBJECT
April 12, 2005 at 6:19 am
In your INNER VIEW why can't you use SELECT TOP 100 PERCENT ... ORDER BY fieldx?
April 12, 2005 at 6:17 am
IF you set the DEFAULT to be GETDATE() this will ONLY be used on INSERT IF a date is not specified.
Hope this answers your question.
April 11, 2005 at 11:42 am
Should this: set @bag_nums = @bag_nums & @bag_num
Be
set @bag_nums = @bag_nums + @bag_num
April 11, 2005 at 11:41 am
IF you are firing SPs have them 1st do an INSERT/UPDATE into the history table and THEN perform the request...
IF you are firing AD-HOC queries 1st perform HISTORY and THEN...
April 11, 2005 at 5:26 am
Is the PK IDENTITY set-up as IDENTITY = YES OR IDENTITY = YES (For Replication)??
April 8, 2005 at 10:37 am
Unfortunately, based on your information I would say YES. The 1st T-LOG after your re-index would be VERY large (assumption is CLUSTERED INDEX re-orgs).
April 8, 2005 at 10:36 am
Below is how we do it. A control file tells the VBS script which folders to examine
Dim filesys, metabackfolder, fil, filecoll, filist, ext, VFile, VerStr, intDaysOld
intDaysOld = 30
Set filesys =...
April 7, 2005 at 10:52 am
Basit, unfortunately, without seeing the code we cannot help much. Can you please post the code for review?
April 7, 2005 at 5:59 am
PW,
I also use Textpad and it DOES highlight on screen but doesn't PRINT color.
Andy,
I will give EditPad a try for printing in Color. Thanks for the tip.....
April 6, 2005 at 4:58 pm
Viewing 15 posts - 421 through 435 (of 1,186 total)