Viewing 15 posts - 3,286 through 3,300 (of 59,086 total)
Looking for a close to issue. Expecting more reply.
Be advised that your post looks and smells like a precursor to spam, especially considering your other replies, which hadspam links...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2022 at 1:17 am
With a table of that size it might be better to look at partitioning the table.
Heh... yeah... but you'd first have to rebuild the index to partition it. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2022 at 12:05 am
My developer recently execute an index creation job...
Just exactly what does that "job" consist of?
And, yes... there's a way to do this (I do it all the time) but...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 7:38 pm
Hi Experts,
I ran the below query and for a table I am getting very high writes and its increasing every second. The table here is a master table which...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 7:27 pm
thanks sir - kinda figured that !
Heh.. I wouldn't use the "current logic"... it uses some pretty slow RBAR. Use DelimitedSplitN4K, instead.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 7:19 pm
If I have a query with multiple UNION ALLs, will the optimizer try and grab enough memory to run all the individual queues in one, or will it make...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 1:21 am
Since Tally Table of dates was mentioned, here is how to construct it:
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 1:17 am
To compare data by using the New Data Comparison Wizard On the SQL menu, point to Data Compare, and then click New Data Comparison Identify the source and target...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 1:07 am
Using joins to compare columns by priority among the table. For example, left join returns all values from the first table and null value for the not-matched records from...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2022 at 12:19 am
A question though.... what is the ultimate use of the text files? What is going to use them and how?
The reason I ask is a whole lot of people export...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 8:21 pm
used in forensics to determine nightly load record processing... research... not going to load it into another backend...
Just a quick way to review...
Interesting. In that case, I WOULD be...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 8:19 pm
Yes, parameters.
PARSENAME will still help in this case.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 8:10 pm
Like I said...
In fact, this may actually contain a much better answer especially since the target consumer will actually be Power BI.
SELECT LangName = @@LANGUAGE
,DateFormat = CONVERT(DATE,GETDATE())
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 8:08 pm
I can't help on the PowerShell but, even if I could, I'd still ask the following question...
How will the resulting CSV files be used and by what?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 5:36 pm
Hi all,
I have been using FORMAT()
FORMAT(Tab.date, 'yyyy-MM-dd') AS 'date_begin',
but been told it would be slow when it comes to BIG QUERIES.
How can I still...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2022 at 5:28 pm
Viewing 15 posts - 3,286 through 3,300 (of 59,086 total)