Viewing 15 posts - 136 through 150 (of 207 total)
Our website DBs need to reference data in our main production database and when the web developers started writing code they were using 3/4 part naming This was a huge...
August 6, 2019 at 5:59 pm
Also, a simple way to test this would be to just replace the DELETE with SELECT * and see what comes back.
SELECT * FROM tb_LogIP
WHERE MsgLogID...
August 1, 2019 at 5:35 pm
It's also handy to setup a c-name for production that points to your current server. Change connections to the current server to use the c-name instead of the server name....
June 21, 2019 at 8:51 pm
Dear Jonathan, Thanks for your replay. Actually, I want these are done by a single click. Is it possible ?
You can get close writing a PowerShell script...
June 11, 2019 at 4:31 pm
May 17, 2019 at 6:57 pm
May 9, 2019 at 3:26 pm
Looks like QotD is not happy with the correct answer... Sys.time
May 8, 2019 at 2:04 pm
In the lab space, third party vendors can be VERY SLOW to validate their code on new versions. We have two different vendors we work with who are telling me...
May 3, 2019 at 3:11 pm
Hope you use the following format for From clause when building the view: from TableName WITH(NOLOCK)
I have to agree with Chris. Please don't do this.
April 26, 2019 at 3:10 pm
April 17, 2019 at 5:30 pm
I'll add one, please add the forum a post is in back to the most active threads page, it's really helpful. I know you're going for a more mobile...
April 17, 2019 at 5:26 pm
Until product owners are willing to put enough detail into requirements documents, we're not going to see AI build complete programs. I know that I routinely round trip...
April 10, 2019 at 7:08 pm
I also liked the old format better. More compact and concise. I also miss the seeing the forum names for questions.
April 9, 2019 at 6:51 pm
Viewing 15 posts - 136 through 150 (of 207 total)