Viewing 15 posts - 271 through 285 (of 350 total)
Probably later we can think about it (problem is that string can be from domain, folder, file in your design approach). But currently I have what I have- whole url....
October 28, 2005 at 2:08 pm
I can't call this table static as new records with new url are inserted pretty often. Thanks
October 28, 2005 at 2:02 pm
Table I mentioned (pretty big ~15 million rows) has url column varchar(800). Query is looking for records (id) where this url contains some string (sometimes 15-20 characters). I know that...
October 28, 2005 at 1:54 pm
It's not from MS-taken from Kalen's InsideSQLServer website. Search Internet
October 25, 2005 at 10:42 am
Unfortunately, syntax you used is incorrect (@a + @b-2), i.e. this version doesn't work either. Thanks
October 22, 2005 at 6:30 pm
Thanks, Yelena. I know how to use updatetext when using text data from another table:updatetext testText1.content1 @ptr1 0 null testText2.content2 @ptr2. But can't do something similar with writetext.
October 20, 2005 at 4:49 pm
OK, make sense- you suggest simply copy from somewhere 32K string and insert into writetext data. Probably this works but frankly I thought about something more elegant like...
October 20, 2005 at 3:02 pm
Yelena, thanks, but in this article data is 'This is new text-value…', i.e. data is again varchar, not real text (I mean how we can put 32K string here?!). My...
October 20, 2005 at 1:54 pm
Thanks guys for your help. New column in particular place- my boss requirements.
October 20, 2005 at 7:56 am
Thanks. Actually I thought the same way
October 19, 2005 at 10:21 am
Thanks, Zach. Eventually I added this row (~35 minutes) from EM. My challenge is: to replace existing column id (bigint) with new one id(bigint, identity (82,256)). My plan is: 1)drop...
October 19, 2005 at 8:54 am
No, I try to restore only 1 Diff back (after Full one that succededed). Yes, I restored Full backup with No Recovery (as DB has loading status)
Thanks
October 7, 2005 at 2:37 pm
Yes, tables are in the same DB. I don't know how to check table collation but columns collations as I pointed are the same- default DB. Thanks
October 4, 2005 at 10:24 am
Thanks for your replies.
Ray: probably I wasn't clear. I need top 10 sources with biggest sourcenumbers (actually, it's score for every source) and then for each source from this 10...
September 30, 2005 at 9:17 pm
Viewing 15 posts - 271 through 285 (of 350 total)