Viewing 12 posts - 1 through 12 (of 12 total)
Hi All
Thank you all for this. 😀
Regards
Bo
August 25, 2010 at 7:37 am
I found a way
Change the dbo users login to SA with this command
exec sp_changedbowner 'sa', true
and then mapped the login to a new user in the database.
Regards
Bo
October 27, 2008 at 3:56 am
Hi
Sorry about that, I don't know what I was thinking. I might have over done it with the JOINS, however I don't know I else to combine all my data.
There...
September 24, 2008 at 10:37 am
Hi Again
Now I hope you still see this.
But I have done what I been told and I use LEFT OUTER JOINS. But now the query takes 10 min to exec...
September 24, 2008 at 9:56 am
It works
I think I am starting to see the error of my previous way of join tables ;). But now I have a lot of statements I have to rewrite...
Tank...
September 22, 2008 at 7:03 am
Hi SteveB
I need the where clause. I will try to make some simple sample data that might clearify my problem.
I have 2 tables where my system stores data:
entity
e_string
The tables have...
September 22, 2008 at 6:33 am
Let me try to make it more clear what I need by an example.
The tabel has the following columns
ID, Incident ID and Time
Incident One
1 1 0,15
2 1...
November 19, 2007 at 2:51 am
Viewing 12 posts - 1 through 12 (of 12 total)