Viewing 15 posts - 91 through 105 (of 291 total)
My favorite and one I've been using for the last seven years or more, is PowerDesigner from Sybase. It's a mature and well rounded product but far from cheap. There...
July 13, 2007 at 7:24 am
Help the next guy out, always post the solution you found, even if it was just a stupid mistake. It's likely someone else will make the same mistake.
James.
July 10, 2007 at 1:53 pm
I agree. Why burn bridges if you don't have to. I have always either called, sent email or snail mail thanking the interviewer for their time and encouraging them to...
July 10, 2007 at 1:49 pm
Are you scripting this? If this is just a one time occurrance then simply look at the error message and get the object name of the object that is dependent...
July 10, 2007 at 1:26 pm
Since you are reseeding to a value lower than the maximum value in the table, any future DBCC CheckIdent with the reseed option will automatically reset the current seed value...
July 10, 2007 at 9:31 am
Sorry, I didn't think about the system databases when I was reading your post. As I recall there was an "advanced" option for several of the different components when doing...
July 6, 2007 at 9:37 am
I can not help you with the part about where to change the setting during installation, but you can change it after installation. In SQL Server Management server, Object Explorer,...
July 6, 2007 at 9:00 am
Have you tried assigning the record set to a table variable, testing for errors and then only if not an error returning the table variable as the record set? Just...
July 5, 2007 at 2:11 pm
I must be missing something but it seems that having to manually adjust the DDL of the views (which would be needed EVERY time an attribute was added) defeats the...
June 25, 2007 at 9:26 am
Dang, I'm playing second fiddle to everyone today. Guess it's time to call it a day and head for the showers. I'm...
June 22, 2007 at 1:52 pm
Hmm, are we talking about databases on two different physical servers or two different instances of SQL Server?
If so are they linked?
It looks like your Source and Destination tables...
June 22, 2007 at 1:47 pm
John: No problem, just wanted to make sure I wasn't missing something. Also I just checked and Ryan's orginal "example" code appears to run against the northwind database, so if...
June 22, 2007 at 1:11 pm
Shouldn't matter as long as you have permissions on both databases and both tables. Make sure you referencing the objects fully, haven't misspelled any of the names:
DatabaseName.ObjectOwner.TableName.ColumnName
Usually when you see...
June 22, 2007 at 12:54 pm
John: Don't you still run into the same problem of having an order by clause with an item not in the select statment? This seems to be a reoccuring problem...
June 22, 2007 at 12:35 pm
Oops! I see Mark beat me to it. That's what I get for taking a bathroom break before finishing my post
June 22, 2007 at 12:27 pm
Viewing 15 posts - 91 through 105 (of 291 total)