Viewing 15 posts - 2,731 through 2,745 (of 2,897 total)
How about:
"Don't criticize someone until you've walked a mile in their shoes. Then, when you criticize them, you'll be a mile away and have their shoes "
September 9, 2005 at 2:31 pm
Could you be a bit more specific about what you want to do ?
September 8, 2005 at 10:43 am
You don't necessarily need the collate on both sides of the =
If TableA is CollationA, and TableB is CollationB, you only need to set the collation for one table to...
September 8, 2005 at 9:28 am
Sounds as though you're using "Append to Media" instead of "Overwrite Media". Perhaps you can post your actual backup statement.
September 8, 2005 at 9:02 am
As many have said in the past, posting some actual code examples goes a long way towards helping people understand your question.
Data and DDL are good too when appropriate.
September 8, 2005 at 8:56 am
Assuming you backup your databases daily (or at least regularly), then the database size history is stored in the backup tables. Here's a script I wrote to look at backup statistics,...
September 7, 2005 at 2:52 pm
I'm not sure why just copying data would give you a problem, but if you're comparing data in 2 tables with different collation, then you need something like:
select * from TableA ...
September 7, 2005 at 1:27 pm
Sushila, This may not apply to your problem of missing depenancies in views because I don't think you can create a view "View1" that references another view ("view2") if "view2" doesn't already exist...
September 7, 2005 at 1:11 pm
Yup. Linked Servers is probably what you want. Then you can reference tables on other servers quite easily in your query.
You can also use OPENROWSET, but it's much more...
September 7, 2005 at 8:13 am
Correct. The same thing happens with SPs. It's a big pain.
September 6, 2005 at 9:09 am
Not that I know of.
SQL Server is pretty skimpy when it comes to this kind of info. When we migrated from the AS/400, the lack of information about object usage...
September 3, 2005 at 7:10 pm
It used to be a real pain to change the structure of files ("tables") on the AS/400. Then it got a bit easier, and if you needed to add a...
September 2, 2005 at 11:35 am
Assuming that DB2 is another name for the native AS/400 environment, then you can't just change data types of files. What I would try first is use DTS to dump...
September 2, 2005 at 11:25 am
Viewing 15 posts - 2,731 through 2,745 (of 2,897 total)