Viewing 15 posts - 3,961 through 3,975 (of 59,067 total)
@jeremyu ,
I'm curious... what is the underlying datatype of the RCLDTE column and what does a good or bad date look like in that column?
Also, are you using the [Saturday]...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 9:34 pm
Yes, and the history table should be a single table with columns that indicate the start and end times of a state of being of the data element being modeled....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 8:46 pm
ROFLMAO!!!!! This is exactly why they hired me. They don't even currently have backups, let alone test them. All of their databases are managed solely by their hosting company....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 8:34 pm
It's not how you're using it or the fact that supposedly nothing can get to it. Not all attacks are from the outside world and there's no guarantee that someone...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 7:31 pm
Notifications should be working again. I caught this as I was heading out on holiday and filed the issue.
What I got back over the last few days (while gone),...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 4:15 pm
Just a test here... did anyone get an email notification of this post?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 2:54 pm
you also can't have extra columns on the destination table
With the understanding that I've not read all the posts in this thread, you actually can. Then you can do...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 5:55 am
The first obvious question is why do you think a current receipt is a totally different kind of data element from a historical receipt?
I guess you've never heard of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 5:49 am
Thanks Jeff and Grant for responding. I now have two articles waiting for Steve's approval.
Don’t know if those will make the cut. Let’s see.
As the old saying goes, "The...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 5:44 am
SQL Server does not all "FROM @FILENAME", only "FROM 'data_file_name'". Google the syntax of the command.
You'll need to use dynamic SQL if you want to feed in a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 5:43 am
There is no need to use the old DATETIME...
That's what so many people say but that's seriously wrong. Although DATETIME doesn't meet some of the ISO 8601 standards,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 2:57 am
Heh... it's why I complain... "A happy sailor is a bitchin' sailor". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2022 at 12:15 am
To my kind respondents, thank you once again, but I think you're much too understanding towards Microsoft. Personally I'm not impressed.
Heh... Being one that doesn't have such a understanding...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2022 at 11:46 pm
DBATools.io has a nice function called Find-DbaDbDuplicateIndex (however it has IMHO aflaw and does not report IsUnique for an index, reporting duplicate indexes composed of the same column(s)...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2022 at 11:18 pm
I need to run powershell script which is located in other server, lets say server A .
I'm curious... what does the PowerShell script actually do?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 1, 2022 at 11:37 pm
Viewing 15 posts - 3,961 through 3,975 (of 59,067 total)