Viewing 15 posts - 3,826 through 3,840 (of 5,356 total)
Hi ldaggett,
quote:
We often add columns to existing tables, so I want to write a query that calculates the "maximum number of bytes"...
October 7, 2003 at 12:43 am
Thanks for the answers so far.
vbCrLf is the VB constant for carriage return plus a line feed, so I guess I have to play with CHR(10)+CHR(13), right?
Frank
October 6, 2003 at 9:00 am
quote:
Is there in specific reason Frank, why we should not be using "undocumented" stored procedures in a production environment? Just curious.
October 6, 2003 at 8:24 am
quote:
Has anyone seen this error? What does it mean?We get it after a stored procedure call. We captured the exact call...
October 6, 2003 at 8:15 am
Hi Helen,
quote:
Sorry in advance if this is a stupid question!Is there a sequence type facitily in SQL server which will provide a...
October 6, 2003 at 7:35 am
Hi 01569,
quote:
I was wondering if anyone has come across this error when performing an upgrade from SQL 7.0 to SQL 2000. When...
October 6, 2003 at 7:16 am
Not that the solutions won't work, but I would be careful to implement undocumented features of SQL Server like sp_MSforeachtable in production code.
I would use them only for adminstration...
October 6, 2003 at 6:47 am
Hi AC,
maybe this one will help you
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=14409
Frank
October 6, 2003 at 5:59 am
Hi Brent,
quote:
I am writing to a db through a windows form. I am pulling data from a ListView and looping through to...
October 6, 2003 at 3:49 am
Although SQL Server can store, index and search (to a certain degree) complex (non atomic) data types, it offers no native support for them.
BLOB's like audio, video are huge,...
October 6, 2003 at 2:56 am
quote:
Ditto, set cross application hot-keys.
to harmonize this would be really a smart move by Microsoft
....and...
October 6, 2003 at 2:30 am
quote:
Yes but the book of Kalen is not really for novices!But of course it gives you a complete picture what is going...
October 6, 2003 at 2:22 am
Hi chubbsm,
quote:
For a complete newbie you might consider solutions architecture studying. Once you learn the methodology of designing systems, gathering requirements, data...
October 6, 2003 at 2:20 am
quote:
quote:
think it gets easier...Just more frustrating!
October 6, 2003 at 2:12 am
Hey, what about this Microsoft Office internal clipboard functionality that was introduced in Office 2000.
I really think this is a 'MUST HAVE' for SQL Server ![]()
Btw,
<Insert...
October 6, 2003 at 2:06 am
Viewing 15 posts - 3,826 through 3,840 (of 5,356 total)