Viewing 15 posts - 16,906 through 16,920 (of 59,067 total)
GilaMonster (8/29/2016)
SQL_Student (8/29/2016)
will try this thanks, the issue is developers require sysadmin role on this specific boxThen that's the first thing that you need to fix, with support from management.
+Infinity...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 7:46 am
Sergiy (8/29/2016)
Jeff Moden (8/29/2016)
vdiazh (8/28/2016)
Is great, thanks
I hope you're not using the FLOAT version. FLOAT is a binary "approximation" of numbers and it the scale varies according to how...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 7:43 am
GilaMonster (8/26/2016)
Jeff Moden (8/26/2016)
Grant Fritchey (6/9/2015)
There are places where partitioning can, and does, improve performance.
Apologies for the year late response and I hate to be contrary but everywhere I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 6:25 am
Thanks, Matt. I sure do appreciate the testing and the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 6:16 am
Both answers that you've marked as "Worked for the OP" have multiple suggestions. Which method did you ultimately end up using?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 6:13 am
sqlenthu 89358 (8/29/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 6:09 am
vdiazh (8/28/2016)
Is great, thanks
I hope you're not using the FLOAT version. FLOAT is a binary "approximation" of numbers and it the scale varies according to how many numbers are...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2016 at 6:03 am
sanjaydut26 (8/27/2016)
I am new to table partitioning.
I have a large table with millions of rows, There is no Date column in the table and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 27, 2016 at 11:34 am
kasamsandeep (8/27/2016)
I have 2 Databases DB1 & DB2 (Owner is 'sa' for both)
Table1, SP1 both exists in DB1 (Schema is 'dbo')
SP2 exists in DB2 (Schema is 'dbo')
SP1 - Does...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 27, 2016 at 11:07 am
I guess I don't understand why anyone would use PoSh for such a thing when it's so easy to do in SQL Server itself. This also covers any NDF...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 9:12 pm
sqlenthu 89358 (8/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 7:06 pm
If it worked for you from the CMD prompt but it does work from SSIS, I have to ask... is SSIS on the same machine that you had the successful...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 6:50 pm
jkramprakash (8/26/2016)
How to find whether Microsoft visual studio or asp application accessing my SQL server?finding that application name.
sp_who2 will have that info as live data.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 6:35 pm
CELKO (8/26/2016)
It would be much better to convince the "developers" that FLOAT is the wrong thing to use unless the scale of the number varies in an astronomical way.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 9:06 am
waxingsatirical (8/26/2016)
declare @a decimal (38,28) = 1.123456789
declare @b-2 decimal (38,28) = 1.123456789
declare @c decimal (38,28) =...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2016 at 8:50 am
Viewing 15 posts - 16,906 through 16,920 (of 59,067 total)