Viewing 15 posts - 121 through 135 (of 197 total)
The filename will change depending on a record that needs to be inserted into a DB.
I will look further into writing a CLR SP. We are using 2005 so it...
August 25, 2008 at 12:29 pm
Is there a way to get the currently selected DB name?
August 21, 2008 at 12:37 pm
The majority of these columns were originally char(10) or char(9) and we are trying to
standardize the column types so, yes, we do need to trim them.
The VB.net class that...
August 20, 2008 at 8:22 pm
The SQLPLAN posted is from the correct DB and Table.
It's just that the indexes listed were from the same table on a different DB.
The correct indexes are in the screenshot.
August 20, 2008 at 6:48 am
Neither. However, I fixed it by removing all records in ptPayments per instructions from up above.
The table will be populated by a conversion routine from another DB.
August 19, 2008 at 7:31 pm
I ran the DB Tuning Advisor on this and a couple other tables and it recommended 0 changes.
😉
I KNOW that something needs to be done to this table as well...
August 19, 2008 at 3:55 pm
rbarryyoung (8/19/2008)
August 19, 2008 at 9:43 am
No Triggers on this table.
Here are the indexes and keys:
Indexes:
[IX_ptLabResults]
columns: ([EMRApproved] ASC)
[IX_ptLabResults_2]
columns: ([MRN] ASC,
...
August 19, 2008 at 7:11 am
Something to remember...thanks!
August 18, 2008 at 9:56 am
GilaMonster (8/15/2008)
You can connect to a 2005 server from 2008's management studio. The server remains 2005.
Yes I figured that, it worked that way with 2005 connecting to 2000. However...
GilaMonster...
August 15, 2008 at 11:03 am
GilaMonster (8/14/2008)
Or upgrade to SQL Server 2008. It's built right into management studio.
So can I use 2008 Management Studio on 2005 DBs without harming them? What I mean is can...
August 15, 2008 at 7:31 am
Viewing 15 posts - 121 through 135 (of 197 total)