Viewing 15 posts - 61 through 75 (of 180 total)
hi Brian,
it turns out that I do indeed have crystal 8.0 installed.
I went to the folowing URL:
http://support.businessobjects.com/library/kbase/articles/c2007581.asp
however, I am not currently using crystal reports.
I get the error when...
August 25, 2004 at 2:29 am
hi Brian, this is the exact error mesage:
<error>
"library not registered"
<\error>
It happens when I try to add a new diagram to sql2k.
eg, "Create database diagram wizard" dialog
I select a table,
I...
August 24, 2004 at 10:45 am
hiya,
ta for the advice.
I tried installing a named instance, but northwind.mdf did not turn up.
then, I downloaded and ran the script.
However, when i tried to atach, I got the...
August 24, 2004 at 4:45 am
hi, that was the entire message.
The entire machine will be re-formatted soon.Hopefully the new install will clear it up.though i will look into the client tools install if this probelm...
July 2, 2004 at 7:04 am
It was an alias.Thanks Nicholas.That worked.
here's the code for anyone who's interested in the solution:
<code>
SELECT
s.[storeId],
s.[storeName]
FROM
[dbo].[tblStore ] s
<\code>
cheers,
yogi
May 27, 2004 at 9:12 am
I didn't know that.
more grief, ah well...I can't say you didn't warn me
yogi
May 17, 2004 at 4:18 pm
sweet, thanks Gary.
Gary<<it is a good idea not to use the system tables>>
yogi<< why is that?Is it incase sql server changes the way that...
May 17, 2004 at 4:03 pm
Cheers Wayne.
I hadn't thought about views and constraints etc.I'll have a look and see if I can work that into the query
ta,
yogiberr
May 17, 2004 at 9:59 am
Hi,
I looked into the parent_obj.
<sql>
SELECT *
FROM sysobjects
WHERE xtype = 'U'
<\sql>
All the "parent_obj" = 0
I'm not really sure how the "parent_obj" will be able to help me.
Should I somehow be able...
May 17, 2004 at 6:19 am
Hi David.
No, that is fine.I can use a single sproc and pass a param.
cheers,
yogi
April 14, 2004 at 7:36 am
hi Grasshopper,
i've been stung a few times thru writing my posts directly on the site, then somehow losing them.I generally now do them on notepad and copy.
Anyway, i appreciate...
March 11, 2004 at 3:24 pm
brilliant,
I added on a wee extra to the clause, so my presentation layer wouldn't have kittens.
<code>
ORDER BY MIN(p.productId), MIN(a.AttribId)
<\code>
thanks bud,
yogiberr
March 11, 2004 at 7:19 am
Hi Jonathan.
I used the "ON UPDATE CASCADE" option, and it worked, cheers.
The reason i wanted to change the attributeId is because I wanted my query to return the results in...
March 11, 2004 at 6:15 am
Hi Jonathan,
Thanks for going into so much detail.I've done a bit of digging and will probably be back at some point with progress + questions.
cheers
March 10, 2004 at 7:51 am
Viewing 15 posts - 61 through 75 (of 180 total)