Viewing 15 posts - 3,211 through 3,225 (of 3,606 total)
If the DTS hangs when running within Enterprise Manager then because the display is modal I cannot get to the current activity.
Taskmanager shows 100% CPU utilisation with the sqlserv process...
May 13, 2004 at 7:22 am
Basically I created the DTS package using the export data wizard then changed all the "CREATE TABLE" SQL tasks to "DELETE FROM" tasks.
There are twelve database tables. The wizard creates...
May 13, 2004 at 6:55 am
Try updating dtproperties.
If you have the "allow changes to system tables" disabled then, if it is truly a system table, it should give an error message.
It doesn't so it isn't.
May 12, 2004 at 8:12 am
BOL says that xtype='U' or type='U' means user table.
The fact that dtProperties is conceptually a system table even though it marked as a user table is neither here nor there.
It...
May 12, 2004 at 7:26 am
I think the dtproperties table thing is a bug in SQL Server because it is flagged internally as a user table.
To get around it you have to add and OBJECTPROPERTY(id,'IsMSShipped')=0...
May 12, 2004 at 4:19 am
I use something similar when assigning rights to stored procedures, but without the cursor.
I know that this is only an example question but for the scenario listed
a) I would probably...
May 12, 2004 at 1:38 am
There are several sorts of test.
May 10, 2004 at 5:50 am
It is a BIT field test.
The & means BIT...
May 10, 2004 at 5:43 am
I would be curious to know where Sybase ranks along side SQL Server, ORACLE, DB2 etc.
I have colleagues who are using Sybase on a particular project and because both SQL...
April 30, 2004 at 7:46 am
Could you give examples of the "notable exceptions"?
April 30, 2004 at 1:43 am
I don't like the idea of a huge and radical change to something as fundamental as the SQL.
Don't get me wrong, I'm enthusiastic about SQL2005 its just that the learning...
April 29, 2004 at 1:20 am
The thing with consultants is that they charge too much to be ignored.
If the boss hires a consultant and then ignores the consultants advice he may then have to justify...
April 21, 2004 at 1:25 am
I forgot to put in one particular class of user, and I can't think of a smart ass name for them other than "Git".
The Git insists that some obscure, hard...
April 19, 2004 at 9:07 am
The image says
The software that you are installing has not passed Windows Logo testing to verify its compatibility with this version of windows. Tell me why this is important.
This software...
April 7, 2004 at 1:31 am
Viewing 15 posts - 3,211 through 3,225 (of 3,606 total)