Viewing 15 posts - 1,246 through 1,260 (of 2,636 total)
No books that I'm aware of. I've never read one about Tandem. I've had to learn everything on-the-job or in training from the company. It really is...
January 18, 2008 at 12:13 pm
If your aim is to have an exact copy of the original database, I'd go with backup and restore with move. I've had trouble transferring users and permissions with...
January 16, 2008 at 11:41 am
I second the suggestion to backup and restore because detaching and moving the database files will require downtime.
January 16, 2008 at 10:52 am
I was going to suggest mirrored backups before I read your second post. Now it seems you want to consider backing up over the network. We've done this...
January 16, 2008 at 10:49 am
Suji,
Since you mention Enterprise Manager, I assume you're talking SQL 2000. You know you can script all the jobs in an instance in Enterprise Manager by right_clicking on...
January 16, 2008 at 10:38 am
My take on this is that it doesn't really doesn't have to do with Query Analyzer. The ability to query and change data is wholly dependent on the object...
January 15, 2008 at 5:35 pm
The easiest way I can think of is to us the 'generate SQL script' database option in Enterprise Manager. R-click on any database, choose 'All Tasks' then 'generate SQL...
January 15, 2008 at 4:04 pm
What if the stored procedure is encrypted? I don't think sp_helptext will display anything if it's encrypted in syscomments.
Greg
January 14, 2008 at 12:05 pm
Are you asking about Tandem NonStop, now owned by HP? I've worked on Tandem systems for about 20 years. Is there anything specific you want to know?
As for...
January 14, 2008 at 10:26 am
The table is being created because that's what SELECT INTO does. If you were to use INSERT INTO SELECT, you could precreate the table.
Do you want to add identity...
January 14, 2008 at 9:54 am
Read about the SQL Server Agent fixed database roles i.e. SQLAgentUserRole, SQLAgentReaderRole, SQLAgentOperatorRole in BOL and see which one fits your needs. Members of the roles can create and...
January 11, 2008 at 9:24 am
Have you tried assigning an alias to the count (e.g. count(*) as count_num) in the select list? The Transform Data task needs that to map it to a column...
January 11, 2008 at 8:53 am
Database roles and users are included in a full backup, so when you restore it, they'll be in the database. You'll need to be sure that the logins that...
January 10, 2008 at 4:40 pm
And what are the circumstances/messages associated with package failure? If Integration Services is not running, you can't execute packages. Are the packages saved on the server where SQL...
January 10, 2008 at 11:39 am
Viewing 15 posts - 1,246 through 1,260 (of 2,636 total)