Viewing 15 posts - 1 through 15 (of 22 total)
What tool can you recommend I use to do a recompile?
I have not been able to get 'Merg Join' to work
April 16, 2008 at 9:04 am
I would like my results to just display only the applications with a specific business area...so I wish to query both tables and just get those results
April 15, 2008 at 11:58 am
thanks I am looking into Books online...but my question is why is the script looping through the tables? 😉
April 15, 2008 at 11:03 am
Excuse me,
Here is what I have so far...
SELECT distinct [table1].Application_name, [table2].Application_Vendor
FROM [table1] INNER JOIN
...
April 15, 2008 at 7:37 am
How come I can not use update instead of create. I do not wish to create a new table, I just want to update the column?
April 1, 2008 at 11:49 am
The rows get added manually the numbers get added manually...
April 1, 2008 at 11:21 am
Yes it is the only way to identify the rows...this is to avoid any dups...
Sample data provided each entry represents a column I just want to change the data in...
April 1, 2008 at 10:25 am
I will try to oblige:
The column is called Unique_Identifier. the data is just numbers 1,2,3,4, etc...My problem is if I delete any row then my numbers in that column gets...
April 1, 2008 at 9:56 am
I am looking for a way to update the row count through a script 😀
April 1, 2008 at 9:37 am
I must be missing something in your explanation. But I tried Insert, Update, and now Order By as you recommended but I get nothing but syntax errors when I run...
April 1, 2008 at 9:17 am
the script does not count down the column and insert the correct numerical number. Let me explain in detail
I have nine columns and 1164 rows.
One of the columns is...
April 1, 2008 at 8:49 am
Will that work if you do not have a primary ket set; cause I only have one table?
March 25, 2008 at 10:21 am
Msg 1919, Level 16, State 1, Line 1
Column 'Application_Name' in table 'Vista Application Compatibility' is of a type that is invalid for use as a key column in an index.
Msg...
February 29, 2008 at 11:57 am
Viewing 15 posts - 1 through 15 (of 22 total)