Viewing 15 posts - 31 through 45 (of 2,893 total)
I've never made a dumb mistake like that.... well ... except for that time, and that other time, and then there was that other time also .....
February 23, 2023 at 2:53 pm
Here's my powershell script (with company information changed)
I'm "assuming" that since it works when I run the BAT file manually, which runs powershell, that it would use the same permissions...
February 23, 2023 at 2:08 pm
I don't see any benefit to the extra lines. Just takes up space and results in more scrolling.
[These] [brackets] [also] [add] [to] [clutter]. I use them sparingly.
SELECT
...
January 25, 2023 at 8:11 pm
Heh... I've been having issues with caffeine absorption lately. 😀
Too much ? Or not enough ?
December 8, 2022 at 4:52 pm
I can confirm this issue. I was actually going to post about it but Homebrew01 beat me to it.
That and it now takes about a thousand years for the...
December 2, 2022 at 7:23 pm
Comparing addresses sounds like a mess, if coming from different sources.
123 N. Park st
123 No. Park street
123 North Park St.
December 2, 2022 at 2:44 pm
Who generates Water Account # ? Does the city assign it ?
To verify, you might have to get data from town records.
December 1, 2022 at 5:27 pm
Fractional account # ?
CustomerAcctNo DECIMAL(9, 2) ??? 1234567.02 ?
This is fine.
December 1, 2022 at 4:48 pm
OwnerEmail VARCHAR(5), Do you mean varchar(50) ? Or longer ?
State VARCHAR(50) What values are allowed ? Is that better than CHAR(2) and validate against a State table ?
ZipCode...
November 30, 2022 at 8:15 pm
Can you run native SQL backups of T-Log and Database so you have some D.R. protection ?
November 30, 2022 at 1:41 pm
Veritas doesn't show progress bar or other job information ?
What does SP_WHO2 show for the Veritas SPID ?
I have used this script, but may not help you if dm_exec_requests shows...
November 29, 2022 at 3:06 pm
Maybe your transaction logs are not being backed up on the source database, so they keep growing.
Assuming the source database is production, a typical backup plan is full backup weekly,...
November 28, 2022 at 3:17 pm
Sounds similar to what I did a while back. It was several years ago, so not fresh in my memory.
November 28, 2022 at 3:09 pm
You may not need the T-Logs in DEV, but they can be very important in PROD. So the place to start is where the databases originate and see if your...
November 28, 2022 at 2:53 pm
You can prepare the restore with the settings and options with SSMS, but instead of running it, "Script to query window" and compare your T-SQL script with the SSMS generated...
November 21, 2022 at 8:58 pm
Viewing 15 posts - 31 through 45 (of 2,893 total)