Viewing 15 posts - 22,246 through 22,260 (of 59,072 total)
So what does the rest of the insert statement look like and what is the error that you're getting? If it's an actual error, please post the actual error...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 10:38 pm
You have to remember that EVERY column is a part of the leaf level of the clustered index or a part of the heap. If you added data to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 10:35 pm
MyDoggieJessie (12/6/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:48 pm
Great article, Phil. Thanks for taking the time to write it.
Having been both an FTE that had to fix legacy systems and a consult that's had to do the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:44 pm
Perry Whittle (12/6/2014)
Siva Ramasamy (12/6/2014)
It only had one data file (size 350GB). I added another data file (10GB) as soon as I noticed this
Why, what made you think this...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:32 pm
Siva Ramasamy (12/6/2014)
Thanks for your interest in my question.
I have recently inherited the administration responsibilities of a production database (SQL 2012) (around 350GB).
It only had one...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:31 pm
MyDoggieJessie (12/6/2014)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 9:02 am
Don't be surprised if you SysAdmin refuses to fix the "problem". It's actually a pretty good security "feature".
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:16 am
BI_NewBie (12/1/2014)
Thanks for the reply.
May be i have not cleared my question properly.
My transaction system has huge data and i have asked to pull the data of last 2 months...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2014 at 12:05 am
Why not just set it to auto-grow?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2014 at 11:59 pm
I agree with the previous posts... deny the DDL_Amin priv.
Now, if that doesn't quite work out for you and they have to have the priv to do their job, then...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2014 at 2:23 pm
Ed Wagner (12/5/2014)
Eric M Russell (12/5/2014)
The input should be properly parsed and formatted prior to inserting the database table. Really, allowing users to enter all contact information into a multi-line...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2014 at 2:12 pm
Duplicate post. No replies here, please. It'll just split up the responses. Instead, please respond to the other post which is located at the following link. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2014 at 9:19 pm
Emil Bialobrzeski (12/4/2014)
Jeff Moden (12/3/2014)
IO got lucky... or maybe my Yabingooglewho has gotten a lot better and I found it on the first shot.
Hi Jeff,
In my first post on this...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2014 at 7:48 pm
craig.bobchin (12/4/2014)
With these tables, an upsert isn't necessary since the records are not updated once they're written. A new record is appended to the tables in Avaya.
Yes... that's understood. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2014 at 7:45 pm
Viewing 15 posts - 22,246 through 22,260 (of 59,072 total)