Viewing 15 posts - 6,556 through 6,570 (of 59,091 total)
I haven't done this myself. I've mostly been running PoSh interactively for administrative scripting items. All my Agent jobs are T-SQL based or they use some batch scripting.
I was...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 10:53 pm
I haven't done this myself. I've mostly been running PoSh interactively for administrative scripting items. All my Agent jobs are T-SQL based or they use some batch scripting.
I was...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 10:40 pm
Bad choice of clustered index.
It must be not on identity column but on [Date].
I'll have to say "It Depends". If most queries are based on the ID, then the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 6:10 pm
Actually, the number of views against this table are a pretty good indication of how much this table is used. Since it is so heavily used, it may be that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 2:02 pm
<i>Hi All,</i>
I understood there is a table to table SQL Server Table & Data Comparision Tools, but this is for the table in same format & structure.
I finding, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 1:45 pm
My question would be... "This is good but how could you do this from a job in SQL Server"?
That's a great question. I'll see if I can write...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2020 at 7:28 am
p,s, Just because I'm giving you an answer you don't want to hear or maybe don't understand the ramification of, you should look into what I've said because it's going...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 9:10 pm
My question still stands - does column content (some values vs. all nulls) matter when altering column type from INT to BIGINT?
My answer still stands... it won't bother your...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 9:07 pm
As I have said - old values no longer needed, this recommendation is not really applicable
Actually, if you go back and read, I'm talking about the mess you might...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 9:04 pm
Hello All, I want to learn the SQL course but I want to gain basic information about this course or looking for an online course also. Can anyone know...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 7:10 pm
My question would be... "This is good but how could you do this from a job in SQL Server"?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 7:03 pm
Only enforcing uniqueness by an identity column PK is my No. 1. Simple, but see it all the time and the disastrous consequences.
By the same token, it's also too...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 6:55 pm
As a bit of a side bar, it also appears that you're logged in using the "sa" login... that means that you've broken some serious security rules and, unless you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 6:34 pm
Hi,
I want to remove ;# coming from SharePoint . The first and last occurrences should be removed and if there are more than one values then I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 6:24 pm
Jeff Moden wrote:Considering that it's exactly 1 hour off, I'm thinking this is some sort of Daylight Saving Time issue.
I'm sorry, Jeff, but I am lost by this comment.
Heh... I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2020 at 6:10 pm
Viewing 15 posts - 6,556 through 6,570 (of 59,091 total)