Viewing 15 posts - 16,996 through 17,010 (of 59,067 total)
ScottPletcher (8/17/2016)
Again, auditors would not have access to the original table.
But they have direct access to the audit table? That doesn't make sense to me but, of course, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2016 at 11:41 am
sqlguy-736318 (8/17/2016)
There are tools which automate the generation of sprocs for a given database. At least 1 of these tools generate sprocs using the naming convention I mentioned.
I can't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2016 at 9:18 am
ScottPletcher (8/17/2016)
Jeff Moden (8/16/2016)
ScottPletcher (8/16/2016)
Jeff Moden (8/16/2016)
ScottPletcher (8/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2016 at 8:56 am
MyDoggieJessie (8/17/2016)
Hey Jeff - care to share your job script for the stats?😀
It's not my script. The folks before me downloaded it from the internet. To be absolutely...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2016 at 8:23 am
joshua 15769 (8/17/2016)
Interesting! Thank you for the kind response! I'll use varchar(8000) from now on.
Just to emphasize what Grant stated... RIGHT SIZING of any and all columns is a best...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2016 at 8:13 am
Need a correction in the original question. It shouldn't be "datetime". It should be "smalldatetime", just to avoid confusion that seems to be leading to a rather large...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 11:19 pm
joshua 15769 (8/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 11:15 pm
yujinagata72 (8/16/2016)
If I get a query plan XML, what kind of information will make it to be considered as a 'bad' plan?
I can think of the following:
- PhysicalOp="Clustered Index Scan"
-...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 11:12 pm
Heh... I keep it simple. I've not done any index maintenance on my "money maker" box since 18 Jan 2016 and performance has actually and significantly improved. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 11:04 pm
ntreelevel (8/16/2016)
Hi all, Thank you for the answers but I figured out that using a case statements for custom rounding is the best way and it worked out
Would you post...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 10:55 pm
ScottPletcher (8/16/2016)
Jeff Moden (8/16/2016)
ScottPletcher (8/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 4:39 pm
Jeff Moden (8/16/2016)
ChrisM@Work (8/16/2016)
The Dixie Flatline (8/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 4:25 pm
Apologies for playing "20 questions" with you but why is it that you want to partition the table? If it's for code performance, save yourself the trouble because partitioning...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 3:11 pm
sonimitu (8/16/2016)
I am using SQL 2005 Enterprise Edition, I want to create a user who do not have update rights on the database (allowing read and write), but he can...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 3:05 pm
khushbu (8/15/2016)
basically I need partition all the rows from Table A which are older than 90 days...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2016 at 3:02 pm
Viewing 15 posts - 16,996 through 17,010 (of 59,067 total)