Viewing 15 posts - 691 through 705 (of 3,348 total)
MMartin1 (3/2/2016)
select convert(varchar(1), 234523);
and got back the asterisk. What the meaning was when deciding to do this, I...
March 4, 2016 at 7:37 am
SteveD SQL (3/3/2016)
I don't think you'll like it.
I am sorry to say that you are absoltuely right on that.
It's your choice obviously, but I will comment on some of your...
March 4, 2016 at 7:28 am
Talvin Singh (3/4/2016)
I chose 23 as it was the first "extra" zone in the combination of 7, 14, 35, 43.
"First" by which criterium?
The word "first" only has a meaning if...
March 4, 2016 at 7:10 am
Sean Lange (3/3/2016)
March 4, 2016 at 7:07 am
I see a lot of discussion about whether or not there are normalization errors in the design you posted. There might or might not be, but that's something only you...
March 4, 2016 at 7:03 am
I've never heard of sp_sqlagent_refresh_job. There are a few hits on Google which I'll leave to you to investigate.
If it's a system stored procedure, you can usually still look at...
March 4, 2016 at 6:44 am
fareedhmohamed (3/4/2016)
How can I design tables?
Not sure what you mean with that question,
If you want to know how to learn how to come up with a good design, then google...
March 4, 2016 at 6:27 am
Hi Talvin,
Sounds like you already have most of the algorithm figured out. After step 3 (in my previous post), check if you have hit the limit. If you have, fine....
March 4, 2016 at 6:21 am
tony28 (3/3/2016)
I tried it.. after statistics update looks almost same..(1763 row(s) affected)
Table 'Table'. Scan count 1, logical reads 216
your idea query
TotalSubtreeCost 13.86579
EstimateRows 1160180
current query
TotalSubtreeCost 14.70268
EstimateRows 353613.7
I do...
March 4, 2016 at 6:09 am
There are lots of those tools available. I do not recommend any of them, for the reasons specified in my previous post.
But if you want to use them, google to...
March 2, 2016 at 3:22 pm
djj (3/2/2016)
HappyGeek (3/2/2016)
Hugo Kornelis (3/2/2016)
crookj (3/2/2016)
Grumpy DBA (3/2/2016)
whereisSQL? (3/2/2016)
MineYours
Ours
Precious
Smeagol
Ring
Wedding
March 2, 2016 at 1:51 pm
oneteabag (3/2/2016)
I haven't used SSIS before, will it handle this giant 4000 Line Code?
If you decide to use SSIS (and note that some important remarks about this have been made...
March 2, 2016 at 1:23 pm
crookj (3/2/2016)
Grumpy DBA (3/2/2016)
whereisSQL? (3/2/2016)
MineYours
Ours
Precious
March 2, 2016 at 1:04 pm
Not as far as I know.
However, when you work in SSMS you can drag theh "columns" entry from object explorer on the SSMS query window, and it will drop a...
March 2, 2016 at 1:00 pm
Enabling (or disabling) service broker requires an exclusive lock on the database, unfortunately. (In my opinion a major flaw in the design).
You will have to ask everyone to disconnect their...
March 2, 2016 at 12:50 pm
Viewing 15 posts - 691 through 705 (of 3,348 total)