Viewing 9 posts - 1 through 9 (of 9 total)
Any idea for my problem?
Thanks.
December 14, 2011 at 10:09 am
Hi,
Of course friend! DBA Gustavo Maia help me in the source code:
-- Create the schemas
CREATE SCHEMA Emp1
GO
CREATE SCHEMA Emp2
GO
CREATE SCHEMA Emp3
GO
-- Create Tables
CREATE...
December 7, 2011 at 6:41 am
Thanks..
I did what I need.
December 5, 2011 at 4:49 pm
Hello,
I am beginner in the SqlServer and do not know how to create this dynamic sql for my needs.
You could point the way or...
December 5, 2011 at 7:08 am
Very Thanks Gail Shaw!
August 25, 2011 at 1:21 pm
Hi, ok!
Just a consideration. If there are two active connections at the same time in the database and two users concurrently perform an insert in the...
August 25, 2011 at 12:59 pm
Hi,
The Users table uses a "identy" for primary key.
The moment to save the User I do not have the key code to perform the insert in another...
August 25, 2011 at 11:46 am
I will answer:
I have a structure of the database as follows:
Database: MyDatabase
schema "Common"
table: users
schema "CompanyX"
...
August 25, 2011 at 9:05 am
Hi,
Tks for your attention!
One question.. How i get the Schema current of the user? And how should I use a variable that takes the schema of the...
August 25, 2011 at 8:37 am
Viewing 9 posts - 1 through 9 (of 9 total)