Viewing 15 posts - 1 through 15 (of 21 total)
The third way doesn't seem to be option to find out which of the port SQL Server is listening, since if you are already connected to the SQL server, then...
September 7, 2011 at 11:21 pm
You are very right. Oledb Destination should be used for OLEDB connection.
Thanks
Avinash
September 16, 2009 at 5:53 am
But you said, sysobjects did have some trace of 'quot' table.
April 12, 2007 at 9:11 am
Can u post the results to this query?
select * from sysobjects
where name='quot'
April 12, 2007 at 8:07 am
Hi Patrick,
Do you mean to say that the Tables were DROPped by SQL server anyhow? I never heard of such kind of problem. In not case the Table can...
April 11, 2007 at 11:54 pm
Yes Donald, they do affect the @@rowcount variable. Say for example you have the following trigger on Table1 then you would only receive those Rowcount which may be result of...
April 11, 2007 at 12:14 pm
I tried executing the below queries and found no problem from my side.
SET IDENTITY_iNSERT [dbo].[Table1] ON
INSERT [dbo].[Table1](Col1, Col2, Col3)
SELECT Col1, Col2, Col3 FROM [remotesrv].[remotedb].[dbo].[Table2]
SELECT @@ROWCOUNT as 'rowcount'
SET IDENTITY_INSERT [dbo].[Table1] OFF
And...
April 11, 2007 at 9:15 am
I dont think the issue with selection of Remoteserver data.
Since selection is from remote server. And that too is giving right @@rowcount value when only select was used.
What I...
April 11, 2007 at 12:12 am
While partition the Original Table, are we doing Normalization in the process of partitioning the Table.
Why is it termed as Partitioning, where you can describe this by the term Normalization itself.
October 13, 2006 at 2:39 am
Hello Herb!,
When ur boss attached a SQL 2k backup to a SQL 2K5 server it got upgraded in the process.
Now u have to set the DB Compatibility level to SQL...
September 28, 2006 at 11:13 pm
Look Pattyn,
I have a scenaria where writes /read ratio is much higher as to the tune of 90/10.
I can't post the update query because it includes many...
January 5, 2006 at 11:10 pm
Now what the hell is this fillfactor!
Somebody plz. explain me of this!
I tried disabling Boost Windows NT Fibers option but in vain! It aggravated the problem which i already had.
I think...
January 5, 2006 at 5:08 am
It seems you have got some sixth sense in knowing what others haven't said!
like you guessed what answer can be correct one.
December 21, 2005 at 4:15 am
Where is the Query mentioned in the Question? I don't know how to answer this question without having a look at the query it talks about.
Its bad!
December 20, 2005 at 11:35 pm
Where is the Query mentioned in the Question? I don't know how to answer this question without having a look at the query it talks about.
Its bad!
December 20, 2005 at 11:35 pm
Viewing 15 posts - 1 through 15 (of 21 total)