Viewing 15 posts - 8,896 through 8,910 (of 59,067 total)
Jeff Moden,
Thanks for your input. I am familiar with IF statements and looping statements a bit. Your example will help me to get use to the programming side of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 1:55 pm
From the Article
Plenty of others are trying to help you build a smoother database DevOps process, including Microsoft.
DevOps is NOT a process! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 1:59 am
As many folks do, we have many databases associated with one "system". We have many uses for synonyms.
It's important to also know that database naming can change and tables can...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 1:48 am
To add to what DesNorton posted, you can also check for existence of a constraint and take a conditional action in T-SQL. For example...
...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 12:40 am
It looks really nice now.
Awesome job, Michael!
I know it'll sound strange for me to say so but I'm also impressed that you took the time to discover the setting...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 12:27 am
It seems like it, but SQL 2008 doesn't directly read JSON, afaik. It might be easier to handle it with T-SQL rather than try to create some external function/process.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 11:51 pm
I might be missing something but that looks an awful lot like JSON. Is it?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 5:27 pm
Thanks for your input. I've done some thinking about this and might be able to work something out querying the sys.syslogins. Since a trigger will catch every login it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 11:54 am
Jeff, I agree that on busy systems these 5 files (20 MB each) of default trace will be overwritten soon, but look at at from the following angle:
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 11:49 am
What I'm really getting at is that a lot of Developers that I've worked with at other companies think that they don't need to test their own code as...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 11:46 am
Not to mention that the default trace file has a pretty small row limit before it "rolls over", it only stores (IIRC) 6 total files, and a busy system can...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2019 at 12:44 am
Can you think of anything that could cause the problem?
Call the vendor that provided the "application". If the "application" was written by you good folks, you can't "call the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2019 at 10:13 pm
Agreed. Be nice if MS added the option to the CREATE TABLE statement, so that SQL would "know" that the variable length bytes are not needed at all for...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2019 at 8:19 pm
Heh... but ONLY if the reason for the change wasn't in the form of a requirements change. Otherwise, the existing unit test is totally useless and actually may cause...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2019 at 8:15 pm
Then again, with properly normalized tables, I can't imagine ever needing more than 10 (if that many?) max-length columns in one row.
I cannot give that comment enough good points! ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2019 at 5:10 pm
Viewing 15 posts - 8,896 through 8,910 (of 59,067 total)