Viewing 15 posts - 1,576 through 1,590 (of 5,394 total)
Try this instead:
CREATE PROCEDURE [dbo].[InsertTRIGGER](@databaseA varchar(50))
AS
BEGIN
DECLARE
@sql nvarchar(max),
@statement nvarchar(max)
SET @statement = '
CREATE TRIGGER [P62XB1].[JPDSAD1] ON...
June 5, 2012 at 3:56 am
To say it with Bertolt Brecht's words: " What is robbing a bank compared to founding a bank?" 😉
June 5, 2012 at 2:39 am
mtillman-921105 (6/1/2012)
So I suppose a lot of people rent in Europe?
70% of Italians own the house they live in.
Well, sort of.
Who owns the house while you're paying the mortgage? You...
June 4, 2012 at 8:04 am
I would recommend SQL Server Data Tools.
It's the new development IDE for database projects that Microsoft released with SQL Server 2012 and it works with databases from 2005 on.
See here...
May 25, 2012 at 5:40 am
paul.knibbs (5/25/2012)
May 25, 2012 at 5:31 am
Not sure what you mean.
DDL can be part of a transaction:
BEGIN TRAN
CREATE TABLE test (someColumn int)
ROLLBACK
SELECT *
FROM test
Msg 208, Level 16, State 1, Line 7
Invalid object name 'test'.
May 24, 2012 at 9:12 am
Sorry to say that, but I don't think you should be using SQL Server Agent as a job scheduler if you don't need SQL Server in the first place.
There are...
May 23, 2012 at 3:03 pm
What are you all talking about?
Oh, I see .... the "other" football, the one with the lousy-shaped ball. 🙂
May 23, 2012 at 2:57 pm
Revenant (5/22/2012)
Gianluca Sartori (5/22/2012)
If everything goes well, I won't be working as a trainer any more.
I'm negotiating a contract as DBA/DBD. It's going to...
May 23, 2012 at 1:03 am
Thanks everyone for the suggestions and opinions.
If everything goes well, I won't be working as a trainer any more.
I'm negotiating a contract as DBA/DBD. It's going to be a life...
May 22, 2012 at 4:22 pm
Lynn Pettis (5/22/2012)
Gianluca Sartori (5/22/2012)
L' Eomot Inversé (5/22/2012)
Gianluca Sartori (5/22/2012)
May 22, 2012 at 4:02 pm
opc.three (5/22/2012)
May 22, 2012 at 3:40 pm
Revenant (5/22/2012)
Gianluca Sartori (5/22/2012)
. . . Has any of you worked as a trainer? Thoughts?
Yes, I did -years ago, for IBM.
I mention it because they expected, and paid, 5 days...
May 22, 2012 at 3:37 pm
L' Eomot Inversé (5/22/2012)
Gianluca Sartori (5/22/2012)
May 22, 2012 at 3:36 pm
Viewing 15 posts - 1,576 through 1,590 (of 5,394 total)