Viewing 15 posts - 18,526 through 18,540 (of 59,072 total)
TomThomson (1/22/2016)
SQLRNNR (1/22/2016)
Ed Wagner (1/22/2016)
SQLRNNR (1/22/2016)
DonlSimpson (1/22/2016)
SQLRNNR (1/22/2016)
runtsquirt
herder
Sheep
Black
Coal
Graphene
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 7:06 pm
mishka-723908 (1/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 6:56 pm
Jason A. Long (1/22/2016)
Some consumable test data...
IF OBJECT_ID('tempdb..#temp', 'U')...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 6:48 pm
mishka-723908 (1/22/2016)
This will group all the rows where A = 1 and B = Al to one row.
I only want to sum those up where...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 6:46 pm
electrostep (1/22/2016)
Thank you for answering! Could you please confirm what the 'server-side trace' is?Thank you,
My recommendation would be to not even worry about SQL Profiler to start with. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 6:13 pm
I've not tested it (no readily consumable data in post... see first link in my signature line for how to do that and I strongly recommend you do that before...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 5:37 pm
Eirikur Eiriksson (1/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 2:31 pm
Sergiy (1/21/2016)
Jeff Moden (1/21/2016)
nm.rajesh (1/17/2016)
Thanks a lot 🙂
See my post above. Unless the guarantees that I stated above are enforced by constraints and then the a_m column is brought...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 2:23 pm
murthyvs (1/22/2016)
Hi Jeff - "W" is a FTP folder mounted as drive using a program called Webdrive. Thanks
SQL Server can't see that. You need to use the full UNC...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 2:13 pm
river1 (1/20/2016)
I have a list of tables (several tables) and I would like to know their size.
Is there a way to know that using t-sql?
It will be easyer then having...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 2:03 pm
yb751 (1/22/2016)
Providing sample data would have gone a long way for your cause.
Remember that most people don't know that the best way to do that is to create a test...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 1:47 pm
NicHopper (1/22/2016)
Thank you both for your response, I think I'm going to go with a straight forward SAMPLE by default and let SQL decide based on the table size, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 1:42 pm
murthyvs (1/22/2016)
My end objective is to load a file that is on FTP server into SQL Server using T-SQL commands.
Situation:
- SQL Server is in data center
- Using a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 1:38 pm
boettger.andreas (1/21/2016)
Past12Months is a view.
SELECTLEFT(CAST(CONVERT(varchar(8), DATEADD(MONTH, number, LEFT(CAST(CONVERT(varchar(8), DATEADD(MONTH, - 11, GETDATE()), 112) AS INT), 6) + '01'), 112) AS INT), 6) AS YearMonth,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 6:36 am
Roust_m (1/20/2016)
I am planning to un-partition and decompress some large tables to be able to use standard edition of SQL Server.
Given that not clustered indexes get rebuilt when a clustered...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 21, 2016 at 7:00 pm
Viewing 15 posts - 18,526 through 18,540 (of 59,072 total)