Viewing 15 posts - 1,891 through 1,905 (of 49,552 total)
One other request.
Would it be possible to get the username of the person who started the thread displayed on the "Latest Posts" view?
Please?????
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 7:15 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 7:12 am
In general, if you have a choice of only one, then you want to put the files with the highest IO latency (or highest IO load) on the faster storage. Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We stand on the bridge and no one may pass
January 12, 2017 at 6:47 am
What are the names of the columns in the table aliased as 'z'? Can you post the rest of the query and the CREATE TABLE statement?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 6:29 am
Looking to get some help with the following that I just can't get the case...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 6:24 am
Brandie Tarvin - Thursday, January 12, 2017 6:14 AMAnd that was my morning. How is yours going?
Trying to diagnose why a PDW spent...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 6:23 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 6:21 am
How does your app know what time zone it is logging the data in?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 6:07 am
Request: Can the SQL Code IIF link be made easier to get to?
Currently it's 'hover over "Insert, click IIFCode, scroll way down the list to "SQL Code",...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 5:52 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 5:49 am
Or, much simpler,
SELECT OBJECT_NAME(object_id) AS TableName, partition_number, row_count FROM sys.dm_db_partition_stats
WHERE OBJECT_ID = OBJECT_ID('STORE')
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 4:48 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 12, 2017 at 4:40 am
Revenant (1/11/2017)
GilaMonster (1/11/2017)
Eric M Russell (1/11/2017)
GeorgeCopeland (1/11/2017)
SQL Server on Linux makes lots of sense for Azure databases, I don't see tons of use elsewhere.
No doubt someone at this moment is...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 11, 2017 at 1:31 pm
Eric M Russell (1/11/2017)
GilaMonster (1/11/2017)
Eric M Russell (1/11/2017)
GeorgeCopeland (1/11/2017)
SQL Server on Linux makes lots of sense for Azure databases, I don't see tons of use elsewhere.
No doubt someone at this...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 11, 2017 at 1:31 pm
Eric M Russell (1/11/2017)
GeorgeCopeland (1/11/2017)
SQL Server on Linux makes lots of sense for Azure databases, I don't see tons of use elsewhere.
No doubt someone at this moment is trying to...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 11, 2017 at 11:21 am
Viewing 15 posts - 1,891 through 1,905 (of 49,552 total)