Viewing 15 posts - 2,836 through 2,850 (of 5,103 total)
May be this needs another topic. I am just wondering since the row size is 8060. What is the point in having a column with 8000 unless it...
August 17, 2005 at 10:01 am
Well it IS!! -- from performance stand point ![]()
The problem comes when you give someone the power to delete all child records from all...
August 17, 2005 at 9:59 am
A word of caution here:
If you plan to modify in anyway that data try to see if you really need more than 8000 because you can learn the hard way...
August 17, 2005 at 9:13 am
Don't worry I have had my Lack of caffeine more than once too
as...
August 17, 2005 at 9:08 am
govinn,
Vasc is correct!!
When you perform a left outer join and the table column where the join can't the two tables you get a null if you then specify the IS NULL...
August 17, 2005 at 8:40 am
Make sure you have indexes on : [Baseball65K50].[Col007] and [Baseball65K24].[Col005]
By the way I hope you are just testing and that those are not final column names!!!
August 17, 2005 at 8:25 am
I don't like about open row sets is the login information
You could use integrated security instead of SQL and then you don't need to embed loging info!!!
select * from openrowset('SQLOLEDB','Trusted_connection=yes;Data...
August 17, 2005 at 8:18 am
I really admire your consistency and modesty!
I have seen very good suggestions coming from you and I am not afraid to tell you
August 16, 2005 at 7:46 pm
I would think that at these times you will probably be the only guru around
![]()
![]()
August 16, 2005 at 7:41 pm
Do I need to do this on both SQL Servers? Or is putting it on one enough?
Linked server needs to be present on the server where you are going to submit...
August 16, 2005 at 7:39 pm
SUSHILA!!!
What are you doing in SSC at these hours? ![]()
August 16, 2005 at 7:34 pm
Jacob,
Sorry I got back a little late but I tend to finish everything that I start ![]()
Take a look a this part of...
August 16, 2005 at 7:23 pm
it comes very handy in Inventory control systems but you have to be really careful and make sure all DML access is through SP because it can get ugly very...
August 16, 2005 at 1:11 pm
I did but it takes time
be patient!
August 16, 2005 at 1:08 pm
Viewing 15 posts - 2,836 through 2,850 (of 5,103 total)