Viewing 15 posts - 31 through 45 (of 1,988 total)
Surrogate keys are only better in terms of being easier to join. But if the source data has a natural key there almost always value in enforcing that even if...
May 22, 2023 at 4:06 pm
Thanks. Question is do you really have room for improvement, when you your table is large as 176M rows and your view on top of that table returns everything...
May 12, 2023 at 6:31 pm
Jeffrey,
RCIS is set to 0. There are no additional query hints or anything being used within the two queries.
Transactions are designed to maintain consistency across multiple transactions(and allow the...
May 11, 2023 at 9:08 pm
Unless you're actually storing the result in a database field is there any performance difference between varchar or char? If you are just for example returning the result...
May 2, 2023 at 8:46 pm
Corrected to varchar(30), and the target system always depends, but there is a format designed to convert cleanly to XML. Not all formats do this.
I find it interesting...
May 1, 2023 at 5:41 pm
Another option if you don't want to be moving data between your local and the prod server, creating temp tables, CTE's etc... would be to use SSIS and just do...
May 1, 2023 at 4:03 pm
Keep it simple: Simple designs are often the best designs. By keeping things simple, you can reduce complexity and make your software easier to use.
On this note, the over all solution...
May 1, 2023 at 3:06 pm
This entirely depends on what the system consuming the XML is expecting.
May 1, 2023 at 2:35 pm
Why is it acceptable that a test environment is less secure than a production environment?
April 11, 2023 at 3:56 pm
Of course not. It never works the first time. Usually I need to unplug and replug something.
Cry last time I rebuilt my computer I used an old windows install(it...
March 30, 2023 at 5:29 pm
Getting back to this post, if you know how to think and how to write good T-SQL (accurate, performant, well documented with comments, and well formatted for readability), I'm...
March 30, 2023 at 2:36 pm
My questions are that if granting permissions and end user proficiency are a problem how is the solution of creating a filter table better? That still requires the user to...
March 29, 2023 at 2:35 pm
Thanks everyone. I passed on suggestions up the food chain but they decided to let it run, 7 hours later...........
Eh... hopefully this is just a one off....
March 29, 2023 at 2:07 pm
Something looks off with that UPDATE that is being done on the table the trigger is on, it's setting a variable instead of updating a column on the table and...
March 14, 2023 at 2:40 pm
What is the nature of the process that will be using the file? There's a lot of options to get a table out of SQL Server into a file and...
March 10, 2023 at 3:45 pm
Viewing 15 posts - 31 through 45 (of 1,988 total)