Viewing 13 posts - 1 through 13 (of 13 total)
Thanks, that query is much faster than mine.
:blush: You're right it's 5 nibbles..
I was just testing, I am simulating an uniqueidenfier column and needed to split the bigint into...
February 25, 2011 at 2:13 am
Thanks Grant.
I can see it now clear.
Will contact you in case of needing a compression software 😉
February 16, 2011 at 7:41 am
Steve Jones - Editor (5/19/2010)
Detach, copy, attach.
You'll have orphaned users, so I'd use sp_help_revlogin (from MS)...
May 20, 2010 at 7:48 am
Hi all
Thanks for your help.
I didn't explain it very well. We'll make a backup of the system state.
The old server is dedicated to that database and, if something goes...
May 20, 2010 at 3:06 am
Thanks guys for your answers!
When you say 'backup'.. do you mean an SQL Backup? or files backup?
We are doing backup of the drive which contains the database every day, and...
May 19, 2010 at 10:06 am
Hi ggraber, thanks for your reply.
I've used your solution sometimes to enumerate documents, but this issue is special because the key is given by the user.
June 20, 2008 at 12:34 am
Hello again!
I've been reading this article:
http://www.sqlteam.com/article/implementing-table-inheritance-in-sql-server
It simulates OOP's hierarchy like Michael suggested.
It could work.
Thanks a lot for your useful help!
June 19, 2008 at 1:09 am
thanks again!
The tables are in hierarchy (sub-dept under dept, dept under area and area under work-center). I could use a surrogate key for them.
I thought in a fifth table that...
June 18, 2008 at 12:12 pm
Thanks Steve, so the best solution could be a trigger..
June 18, 2008 at 9:38 am
Thanks for you reply.
I think GIUD couldn't work.
The four tables compound the structure (work center, area, department and sub-department) that could have a company (it'll be an accounting program).
The...
June 18, 2008 at 9:22 am
The problem to use multiple databases is that if two tables are in separated databases and exists referential integrity between this tables, I must make stored procedures to control it. If the...
May 16, 2005 at 1:45 am
The problem to use multiple databases is that if two tables are in separated databases and exists referential integrity between this tables, I must make stored procedures to control it. If the...
May 16, 2005 at 1:45 am
Sorry for my poor english, I can't speak english.
I'll explain my problem a little more:
I've a general DataBase, this DB contain tables that will be used by all my applications:...
May 11, 2005 at 5:25 am
Viewing 13 posts - 1 through 13 (of 13 total)