Viewing 14 posts - 31 through 44 (of 44 total)
Can I remove the relationship or find all objects that contain the column name?
Neil
April 24, 2002 at 2:54 pm
We have a few servers that have this problem. It has been reproduced. Who do I email?
Neil
April 23, 2002 at 11:40 am
I wanted to know how to limit the view. I know how to limit my query.
Neil
March 22, 2002 at 5:26 pm
I guess, but how can I limit my query. I only want to query for a specific table and specific columns.
March 18, 2002 at 4:40 pm
After about 2 hours I have come up with this:
select c.name AS ColumnName, C.Type, T.Name
from sysobjects o, syscolumns c, systypes t
where o.id = c.id
AND o.type = 'U'...
March 18, 2002 at 3:04 pm
Do I have a way to view the TSQL. I am trying to join the syscolumns, sysobjects and systypes now 🙂
Neil
March 18, 2002 at 2:15 pm
I don't seem to have that view. Do you have it available?
Thanks,
Neil
March 18, 2002 at 1:58 pm
Right I only wanted the ones for SQL server. There is a roll up covering most of the Win2k Server patches.
February 28, 2002 at 3:43 pm
I had used the last... But I noticed I had some bad data. Some ip had spaces before them and things like that. That is why I was...
February 17, 2002 at 10:40 am
One of my employees found this site: http://www.sqlmag.com/Articles/Index.cfm?ArticleID=7846
It looks interesting. We are going to play with it now...
Thanks,
Neil
February 16, 2002 at 1:14 pm
I get this error:
Syntax error converting the varchar value '8.3' to a column of data type smallint.
February 16, 2002 at 12:54 pm
yeah I think I was looking for something simpler 🙂
Thanks,
Neil
p.s. I guess there isn't a regexp() function 🙂
February 15, 2002 at 3:11 pm
Nevermind I am dumb 🙁 I messed up my Stored Proc and that was truncating the values! 😀
Neil
February 15, 2002 at 10:45 am
I changed the user SQL server MSSQLSERVER service and it backsup properly. So apparently it does make a difference.
January 19, 2002 at 11:17 am
Viewing 14 posts - 31 through 44 (of 44 total)