Viewing 15 posts - 106 through 120 (of 137 total)
Windows Auth seems to be a bit slower to me too - no a lot just enough to irritate. And there is an issue that you can't have a linked...
August 2, 2005 at 9:48 am
I do something like this with all tables to be allocated compound ID's listed in one table giving the "identity" number to allocate
Table controlling ID's is
CREATE TABLE [SYS_SEQGENERATOR] (
[TABLENAME]...
July 27, 2005 at 6:42 am
The main problem with log growth with Reindex will be when you reindex a clustered index as the index and data pages are the same so moving pages in the...
July 26, 2005 at 1:17 pm
I don't think Excel driver allows for rows to be deleted from it - see http://support.microsoft.com/default.aspx?scid=kb;EN-US;257819
July 18, 2005 at 4:39 pm
Surely holding the date/time in a varchar column should also grate ....
July 18, 2005 at 4:19 pm
Word 2003 supports an XML file format - default is still to use a Word XP/2000 .doc format though. The spec for the format has been made public domain
July 18, 2005 at 4:16 pm
This error occurs when you are using Windows Authentication (your "Server side" connect string) when the user connecting is not authenticated with the domain scenarios I have seen this in...
July 12, 2005 at 2:35 am
You also need to watch for authentication failures accroos the boxes - what authentication are you using - is it Windows Authentication? and how are the Linked servers set to...
July 8, 2005 at 8:25 am
I would only Unicode the fields that need it - and there has to be some business case to say they do - the doubling of data space is an...
June 28, 2005 at 3:46 am
You probably can't decrypt but the chances are you can find which package it is by running it - many options really - it depends hwo many DTS jobs you...
June 28, 2005 at 3:39 am
It has to be true ... an ordinary index is essentially a set of pointers to where the data can be found, a clustered index IS the data (i.e. the...
June 22, 2005 at 2:43 am
Make sure you haven't left anything that displays a message in any scripts in the job - e.g. a MsgBox in ActiveX script etc - try running the job interactively...
May 24, 2005 at 5:34 am
Check the steps in your package to make sure they haven't got timeout values that could be timing out
May 18, 2005 at 1:19 pm
Grajee - named pipes is not only for when clinet and server are on same machine (though it is most efficient in this mode) - actually it is a crude...
May 9, 2005 at 4:02 am
Also beware international settings '1/1/2005' is fine - but what if you want 1st Feb - is it '1/2/2005' or '2/1/2005' - that depneds on reginal settings etc - I...
May 6, 2005 at 4:03 am
Viewing 15 posts - 106 through 120 (of 137 total)