Viewing 15 posts - 3,391 through 3,405 (of 6,041 total)
Here is where I replied to your cross-post.
September 30, 2015 at 7:13 am
So, the question is how to keep the overall design straight in your head while you're developing?
I'd suggest reading Ralph Kimball's book "The Data Warehouse Toolkit". If you haven't...
September 30, 2015 at 7:06 am
I've found that some advice is better received when delivered one-on-one rather than in front of a group. Otherwise, the ignorance of the crowd or the cult personality of the...
September 29, 2015 at 3:12 pm
Steve Jones - SSC Editor (9/29/2015)
Eric M Russell (9/29/2015)
September 29, 2015 at 1:18 pm
To be a true Data Scientist, you probably need a solid academic background in data analysis as well as deep knowledge of whatever domain you're working in. I'd also expect...
September 29, 2015 at 10:44 am
Even if a user has execute permission on a stored procedure, I'm thinking that if the user's account can't at least see the meta-data signature for the procedure name and...
September 29, 2015 at 10:17 am
EasyBoy (9/29/2015)
My apology.Yes, it is duplicate post by mistake. Somehow, i am not able to delete that post. This issue persisting on SQL Server 2000.
For SQL Server 2000, you probably...
September 29, 2015 at 9:13 am
Is this topic a duplicate of the one posted yesterday under SQL Server 7,2000 Administration?
Continuous slowness from last 2 week
http://www.sqlservercentral.com/Forums/Topic1723583-5-1.aspx#bm1723614
Confirm if it's SQL Server 2000 or 2008 you have this...
September 29, 2015 at 8:41 am
rchantler (9/29/2015)
Yes, not precisely the same but in my mind (perhaps where the problem lies) functionally the same as the hid field is always unique, even if not declared...
September 29, 2015 at 8:10 am
rchantler (9/28/2015)
Thanks for the script, I'll see what the results it gives.
The execution plans are totally different. That's the point really. Why should the execution plans be...
September 28, 2015 at 2:47 pm
For each temporary tables currently allocated, the following script will return the table name, index type(s) (heap, clustered, non-clustered), reserved mb, and row counts. Using this, confirm the allocation of...
September 28, 2015 at 2:04 pm
EasyBoy (9/28/2015)
...
Edit: Usually there is no error message encountered by staff. It is just relatively slow, to the point where Application just freezes. They claim that switching tabs takes about...
September 28, 2015 at 12:18 pm
If this is all about how to sort alpha-numeric columns of varying lengths in a specific way, then I sometimes will order by an expression that does something like padding...
September 28, 2015 at 11:49 am
paul.knibbs (9/28/2015)
Eric M Russell (9/28/2015)
For example, if you have a VarChar column that should only contain values that are covertable to a specific data type (ie: Int or Date), then...
September 28, 2015 at 11:36 am
I tend to avoid both scalar and table valued functions, because it can be a bottleneck when used within a SELECT statement or tight loop (not that I code loops...
September 28, 2015 at 10:37 am
Viewing 15 posts - 3,391 through 3,405 (of 6,041 total)