Viewing 15 posts - 3,391 through 3,405 (of 6,038 total)
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
Unless you change the hardware, a database server will always run at the same speed. However, individual process typically sprint, stop and wait, sprint, stop and wait, etc. It stops...
September 28, 2015 at 9:40 am
I'm not a fan of Test Driven Development, as John is. Usually this is because I'm not always 100% sure of the results I want or have been given. I've...
September 28, 2015 at 9:00 am
kim / data detection group (9/17/2015)
You can bundle all your related procedures and functions into a...
September 28, 2015 at 7:31 am
Viewing 15 posts - 3,391 through 3,405 (of 6,038 total)