Viewing 15 posts - 676 through 690 (of 3,348 total)
I had to do some fixing to your CREATE TABLE scripts (suggestion - next time when you post a question, test the scripts first). And I changed the data types...
March 5, 2016 at 9:46 am
SteveD SQL (3/4/2016)
and if a role cannot be a member of more than a single team, then this column can indeed go into the "Roles" table.
A Role can be...
March 5, 2016 at 9:28 am
MMartin1 (3/4/2016)
I wonder why int to varchar was special.
I am sure that sometime, somewhere deep in the dark and muddy past of SQL Server (probably back in the Sybase days),...
March 5, 2016 at 9:05 am
Sean Lange (3/4/2016)
Hugo Kornelis (3/4/2016)Let's say you have a string column PlaceOfBirth, which is unknown for some persons and n/a for some other persons (because they are legal entities).
Of...
March 5, 2016 at 8:58 am
At the top of your screen, just below the line that reads "Welcome, (name) / My ccount :: Briefcase :: Logout", and just to the right of the...
March 5, 2016 at 8:30 am
Before looking at the execution plans, one more generic query - is it possible to rewrite the reporting process to execute the "expensive" query once, save the results, and then...
March 5, 2016 at 8:26 am
Thanks for posting the plans, Pedro!
Let's first look at the "fast" query 1. This one is actually quite terrible, and would probably go a lot faster if you use a...
March 5, 2016 at 8:12 am
Perhaps somewhere in the code that is in the database, three-part naming is used for object references. So perhaps a SELECT statement used FROM DatabaseA.dbo.TableX instead of just FROM dbo.TableX....
March 5, 2016 at 7:29 am
etl2016 (3/4/2016)
March 5, 2016 at 7:20 am
Mvs2k11 (3/5/2016)
March 5, 2016 at 7:13 am
A frequent confusion for people who are starting to learn SQL Server is to think about what happens from their own perspective. That is not the case. From your perspective,...
March 5, 2016 at 6:39 am
First of all, comparing fulltext with like is kind of an apples and oranges thing. So I will just ignore that last remark.
Based on what you tell us, my first...
March 5, 2016 at 6:20 am
RonKyle (3/4/2016)
March 4, 2016 at 9:35 am
RonKyle (3/4/2016)
For your example, only 'Work Order Status' and 'Technician Assigned' could be normalized out in a standard structure. My question is simple. Why not? One of the many purposes...
March 4, 2016 at 7:57 am
Sean Lange (3/4/2016)
Hugo Kornelis (3/4/2016)
Sean Lange (3/3/2016)
March 4, 2016 at 7:41 am
Viewing 15 posts - 676 through 690 (of 3,348 total)