Viewing 15 posts - 16 through 30 (of 44 total)
Thank you guys for responding to my query, the sample data in this column looks like:
comments;l;comments, more comments
NULL
...
December 18, 2003 at 7:59 am
My thinking while writing this question was, if we discuss from a purely database maintainence (and/or performance) perspective, which is better?
October 20, 2003 at 11:24 am
I just got hold of this database, and as SCPORICH said I need to re-normalize all these tables too. But till then I needed a work around 🙂
v
October 6, 2003 at 2:16 pm
October 6, 2003 at 8:36 am
Is there in specific reason Frank, why we should not be using "undocumented" stored procedures in a production environment? Just curious.
SQLBill: I tried setting QUOTED_IDENTIFIER on and off, but it...
October 6, 2003 at 8:18 am
looks like I have found a solutions for this problem (or atleast a work around). I tried the following and it worked.
exec sp_MSforeachtable @command1 = ' select col_name,...
October 2, 2003 at 3:08 pm
thats exactly how it looks like when I type everything together. When I execute I get the following 4 lines of error messages:
Server: Msg 207, Level 16, State 3, Line...
October 2, 2003 at 1:34 pm
Thank you SQLBill for responding, I would have never found that "undocumented" stored procedure.
I tried executing it, the sp_MSforeachtable runs fines if I am only using select. For example:
...
October 2, 2003 at 1:02 pm
thank you for all your help, it worked like a charm.
vijju
June 13, 2003 at 7:19 am
I am using ActiveState perl Version 5.6.1 (version 635).
thanks,
vijju
April 17, 2003 at 10:25 am
I am guessing it may not be the worms floating around because I have changed the sa password as soon as I installed SQL server 2000 (thanks to guys on...
March 27, 2003 at 3:36 pm
I too have faced the same problem when I tried using Copy Database Wizard. You can try using "Import Data" or "Export Data" wizard. These worked fine with me when...
March 12, 2003 at 10:39 am
Alright, I reinstalled SP3 for SQL server 2000. The first un-packaging of the SQL2ksp3.exe didnot work properly. I didnot get any directories in X86. But the second time worked perfectly.
...
March 10, 2003 at 9:30 am
Thank you Allen for all you help. I work around something and if this doesnot work then I will probably reinstall SQL server and see if that fixes any of...
March 7, 2003 at 1:35 pm
I downloaded a fresh copy of SP3 and installed them. But no good. Do you think my SQL server set up is messed up or something??
March 7, 2003 at 9:10 am
Viewing 15 posts - 16 through 30 (of 44 total)