Viewing 15 posts - 91 through 105 (of 232 total)
that's a very good point and I am glad that you brought that up.
you see, I have a
> data warehouse
> there is another table joining this table / dataset
therefore,...
February 1, 2010 at 3:13 pm
how about the statement in below.. I did get some assistance on this paragraph. .Now, I have to find out how to use this in a table-value function.
thx for the...
February 1, 2010 at 2:57 pm
I have looked at that too, but, I have so many fields in this record structure and also there are couple of memo / text fields. So, I am not...
February 1, 2010 at 12:20 pm
wow.. it looks like I have lots of work to do.. if you will excuse me..
:))
excellent tip and I am on my way back to the classroom..
thx
November 20, 2009 at 7:20 pm
thank you for the reply.
yes, this absolutely works great.
I was just wondering about the COMPUTE method and if there was a way not to show the PART ONE of the...
November 20, 2009 at 3:49 pm
I have
select
200-len(tmessage) wastedspace
from mytable
compute sum(200-len(tmessage))
I hope this is clear..
thx
November 20, 2009 at 12:10 pm
Trye DBDesc at http://www.dbdesc.com/purchase.html?dbdesc
I have my own scripts for MSSQL however there are couple of other flavors of DBs such as FireBird that I did...
November 13, 2009 at 9:36 am
By the way here is an URL to FireBird site that I was playing around with:
I have already downloaded the driver(s) for the 1.5 version and still get error connecting...
November 12, 2009 at 7:00 pm
good morning and welcome to sql server central.. you are going to have lots of fun here.
..
and thank you for the reply..
November 11, 2009 at 8:16 am
I did find out why this is not going to work.
The EXEC is qualified as an outside scope and therefore the temp table is not visible any longer.
Therefore, I have...
November 9, 2009 at 7:37 pm
so there is no way of executing a stored procedure on a linked server, is that what I am reading?
any suggestions?
June 2, 2009 at 12:37 am
here is some form of a question that I have posted on the Advantage.xyz newsgroups and of course I have not received any information 🙁
-------------------------
what is the TSQL command to...
June 1, 2009 at 5:20 pm
I am not sure if the link in below is 100 percent relevant to your situation, but, I just found it and I was about to read it.
http://support.microsoft.com/kb/929376
Even...
May 16, 2009 at 10:23 pm
Very interesting and must to know piece of information.
Today, Saturday, has been well spent so far..
nice
😀
May 16, 2009 at 4:24 pm
this is also what I got from running the few lines in below: 🙁
use mssqlsystemresource
Msg 911, Level 16, State 1, Line 7
Database 'mssqlsystemresource' does not exist. Make...
May 16, 2009 at 2:59 pm
Viewing 15 posts - 91 through 105 (of 232 total)