Viewing 15 posts - 586 through 600 (of 8,731 total)
April 18, 2018 at 9:30 am
Something similar happened to me when the RAM is low. Either for the whole system or just when SSMS is reaching its limits as a 32bit application.
April 18, 2018 at 8:27 am
April 17, 2018 at 12:57 pm
Jason A. Long - Tuesday, April 17, 2018 12:29 PMLouis, Where are you located?
Atlanta
April 17, 2018 at 12:32 pm
April 17, 2018 at 12:22 pm
Are you working with a case sensitive database? If not, you can reduce the number of functions used. You won't get a great improvement because you're reading the whole table...
April 17, 2018 at 12:12 pm
I am currently filtering data on a report using wildcards which is the only...
April 17, 2018 at 8:02 am
You could take a look at this for options on using JSON before SQL Server 2016.
https://www.red-gate.com/simple-talk/sql/t-sql-programming/consuming-json-strings-in-sql-server/
April 16, 2018 at 11:06 am
OK, who wants to go in on a refrigerated truck, a front loader, and...
April 16, 2018 at 7:51 am
🙂
Thanks Luis!
Your second solution worked for me. As there are more than 2...
April 13, 2018 at 1:51 pm
I need help to write a SQL query to pull data as per where...
April 13, 2018 at 1:25 pm
It was 74 here yesterday. Drove around in shorts,...
April 13, 2018 at 1:17 pm
What this code is trying to attempt could be easily rewritten by something like this:
WITH cteCustomer AS(
SELECT CustomerNumber
, Group
...
April 13, 2018 at 11:30 am
Viewing 15 posts - 586 through 600 (of 8,731 total)