Viewing 15 posts - 3,781 through 3,795 (of 39,768 total)
Snippets are your friend... Pretty much every new query I write starts off with 5 keystrokes... {ssff[tab]}...
I use the snippet like this, but I still now have to go...
June 25, 2019 at 6:31 pm
AFAIK, Azure doens't provide anything like SES from AWS. In fact, the few references I've seen note that SMTP is blocked for Azure IPs. You'd need a relay. Most people...
June 25, 2019 at 6:18 pm
So the extension is changed in Windows? You didn't state that. If you run "dir" on the folder, you see .ndf?
That is a file type extension that Windows Explorer renders....
June 25, 2019 at 6:16 pm
AFAIK, no utility exists. SQL Server is designed to just do this. Most third party vendors, like Redgate with SQL Backup, do provide a utility so SQL Server can read...
June 25, 2019 at 6:10 pm
You can account for those items by using multiple REPLACE() statements for tabs, CRLF, etc.
June 25, 2019 at 6:07 pm
This can help: https://www.sqlservercentral.com/articles/how-to-change-the-file-extension-for-a-data-file
June 25, 2019 at 6:04 pm
SQL Server has the file(s) locked, so it can't rename anything. Neither can you. You need to stop the database engine for that datbaase to rename the files. You can...
June 25, 2019 at 6:04 pm
You're asking for exact matches, which means exact matches. Are you tolerating matches if there are no spaces? If so
replace(HOC.Desc, ' ', '') = replace(Lo.Desc, ' ',...
June 25, 2019 at 5:49 pm
Email is email. You need a client that can read from an address. I would never have SQL Server receive the email because rogue emails to this address could open...
June 25, 2019 at 5:47 pm
+1 for Grant's advice to use XE.
June 25, 2019 at 5:46 pm
SQL Server will automatically uncompress the files. This is to ensure compatability.
June 25, 2019 at 5:45 pm
As a near-senior citizen, I’d like to know how one goes about protecting and remembering 30 or 40 different accounts/passwords. Password vaults are only as secure as the password...
June 25, 2019 at 5:39 pm
After almost a year, I finally got a license for RedGate SQL Essentials. SQL Prompt is so much better than the native Intellisense. Drew
Enjoy. I think native intellisense is...
June 25, 2019 at 5:33 pm
Hmm....seems we (or at least I) don't have the ability to flag posts as spam anymore. Other posts on that thread can be reported. What's the deal here???...
June 25, 2019 at 5:31 pm
Seems like that works for me.
June 24, 2019 at 11:05 pm
Viewing 15 posts - 3,781 through 3,795 (of 39,768 total)