Viewing 15 posts - 376 through 390 (of 636 total)
Sorry,
I got that (previous ) wrong.
Done!
I used the following:
UPDATE STATISTICS table_name
January 12, 2016 at 10:57 am
Cant I just use the following:
UPDATE STATISTICS tabA.ColB;
GO
January 12, 2016 at 10:47 am
What I need is to update statistics on just one column. That column is used by an index.
January 12, 2016 at 10:10 am
USE dbx;
GO
UPDATE STATISTICS tabA.ColB;
GO
😛
January 11, 2016 at 3:27 pm
Cool!
You thought I didn't GOOGLE ha ?
Take a look at the attached! LOL
January 11, 2016 at 3:12 pm
OnPostExecute works well....
This is the best answer.
January 4, 2016 at 10:47 am
Found the issue!
Thanks for all the help.
SQL server throws an error message that is not realistic.
Team: Lets close this for now.. Later I will send you a detailed explanation on...
December 30, 2015 at 12:22 pm
Luis:
I fully agree with your syntax but it still gives the same error.
May be some tweaking might help.
December 30, 2015 at 11:30 am
I think this might work...
I am not quite good at the SYNTAX.. can you help me out
UPDATE [VISIT_IN]
SET
[CLAIM_ID] =...
December 30, 2015 at 10:26 am
Luis and SQLBilly
Here is the fields that make the primary key
MEM_NBR, SERV_DT, CLAIM_ID, CLAIM_LINE_NBR in the VISIT_IN table.
Note:
clustered, ignore duplicate keys, unique, primary key located on PRIMARY
December 30, 2015 at 10:18 am
Luis:
The stored proc does not have one insert statement. That is why I was surprised.
The message comes as a result of the "UPDATE statement that I posted. I was surprised...
December 30, 2015 at 10:06 am
SQLBill:
I did not set the table to take in duplicates. When you run the following,
your table will no accept duplicates. But at the same time it will not throw errors...
December 30, 2015 at 10:03 am
Would you mind passing the SQL syntax please ? I am rather new to the SQL world.. Pardon my ignorance
December 30, 2015 at 9:47 am
Question for Luis
So what does this segment of code do ?
Can you send me a simple SqL statement on how to retrieve what you just added ?
I mean I am...
December 29, 2015 at 1:15 pm
Yep ! I am in the HEALTHCARE business and have been told by another organization to include the changes.
December 29, 2015 at 1:13 pm
Viewing 15 posts - 376 through 390 (of 636 total)