Viewing 15 posts - 7,936 through 7,950 (of 9,641 total)
I think you are misunderstanding the Target Server Memory and Total Server Memory counters. Target Server Memory represents that Max Server Memory setting for the instance and Total Server...
August 14, 2008 at 8:07 am
I'm not sure what is missing because in the update you list prokw3 should be set to ', test5Erwin'.
In all honesty, based on my limit understanding of what you...
August 14, 2008 at 7:58 am
Check out this BOL link: http://msdn.microsoft.com/en-us/library/ms143241(SQL.90).aspx
August 14, 2008 at 7:45 am
A role and a login are 2 different things. If you dropped user Jack from the database and Jack was a member of the role Jack, you did not...
August 14, 2008 at 7:34 am
ronaldo (8/13/2008)
When this occurs the print is perfect!!!
Actually the problem is in the third textbox (CONTEUDO), that...
August 13, 2008 at 4:26 pm
I'm tapped out. Never really worked with INFORMIX and when I had similar issues with DB2 using openquery and/or converting to another data type usually worked.
August 13, 2008 at 3:24 pm
Jeffrey Williams (8/13/2008)
Jack Corbett (8/13/2008)
August 13, 2008 at 1:25 pm
Are you working with SQL Server using MS Access? I don't know if you can use the GUI in Access to make the change but the T-SQL for it...
August 13, 2008 at 1:22 pm
If you know the defined column length in advance you can do something like this:
Update table
Set column = column + 'text'
Where
...
August 13, 2008 at 12:54 pm
Jeffrey Williams (8/13/2008)
Andy Warren (8/13/2008)
August 13, 2008 at 12:28 pm
Having seen the report I now actually understand your real question. I don't think that there is a way to have data in a single textbox span pages. ...
August 13, 2008 at 11:57 am
What control are you using on the report? You may need to "nest" controls in order to get the behavior you desire. For example, if you are using...
August 13, 2008 at 9:56 am
When you say blank I am going to assume you mean NULL as Concatenating to a NULL yields NULL. So if there is a possibility that one or both...
August 13, 2008 at 9:30 am
RedGate SQLCompare is the best product I have seen for this. When you say it did not resolve dependencies do you mean it did not create something in the...
August 13, 2008 at 8:54 am
Viewing 15 posts - 7,936 through 7,950 (of 9,641 total)