Viewing 5 posts - 1 through 5 (of 5 total)
Complete article, that I don't doubt about it will be a greatful help for my SQL resarchs.
December 3, 2003 at 1:50 am
In the other hand, you can take another way to benefit of a "two-tier" database:
1- Developpers create their own objects, they are the owner of. They can practice tests on...
March 19, 2003 at 7:46 am
Hi,
You can also alias your users dbo of the database thanks to the following script:
use <<My_database>>
exec sp_grantdbaccess '<<login_name>>'
exec sp_addalias '<<login_name>>', 'dbo'
So, your user will create stored procedures as DBO. A...
March 19, 2003 at 4:03 am
For your information,
I remarked that when SQL is running a trace the events are stocked in a buffer and the file is not updated "in-live" as in SQL-Profiler.
Everything is OK
Tom
...
March 11, 2003 at 4:23 am
Hi Angie,
SQL OLAP is very sensitive to regional settings. It just like the US one. I have troubles with my OLAP server too.
I don't know if the client regional settings...
March 11, 2003 at 4:10 am
Viewing 5 posts - 1 through 5 (of 5 total)