Viewing 15 posts - 1,276 through 1,290 (of 1,640 total)
Yes, we do have quite a few foreign keys created for some of the tables.
But the diagram only add tables, no replationship link at all.
August 16, 2011 at 4:44 pm
Thanks for the answers, that helps a lot
August 16, 2011 at 1:54 pm
Yes, I restart both services, the job seems run successfully.
Thanks
August 15, 2011 at 5:33 pm
I didn't recreate the job, I just changed the package configuration to point to the newly created enviroment variable.
So I don't think I need to recreate the job or schedule.
But...
August 15, 2011 at 5:25 pm
Another question related, if our production is going to be using standard version, can I install first the standard version on my testing box, and then after this, I will...
August 8, 2011 at 9:11 am
I got it, thanks.
If i can see more examples online somewhere, that would be helpful
August 7, 2011 at 6:52 pm
Thank you.
I am still a little bit confusing.I'm new to programming. It seems I have never seen before a parameter is in where clause but it is not the field...
August 7, 2011 at 5:34 pm
The situation is, we want to upgrade server from sql 2005 to 2008 on production.
But we want to test this on a testing box first, also test the application, if...
August 5, 2011 at 3:39 pm
Good to know, thanks
August 5, 2011 at 9:28 am
Yes, you are right, there is a trigger for auditing the table for update, insert , delete,
Thanks!
August 4, 2011 at 4:44 pm
Thanks for both of you.
I see your point of using it.
Only at the time which is really helped and needed to visualize
August 2, 2011 at 2:00 pm
Lowell, just curious how did you add the image to the post?
August 2, 2011 at 1:45 pm
I have written a stored procedure like below in an admin database on the server,
but there are some errors:
CREATE PROCEDURE sp_AddUserToArchivedbs
@username varchar(20)
as
DECLARE @databasename nvarchar(80)
DECLARE @Mycursor...
August 2, 2011 at 12:59 pm
Viewing 15 posts - 1,276 through 1,290 (of 1,640 total)