Viewing 15 posts - 9,541 through 9,555 (of 39,769 total)
Big is all relative. The title here is about "big data", which is an overloaded, hyped term meaning multiple things from JSON structured data to lots of text files.
June 23, 2015 at 8:49 am
There's a DMV as well: https://msdn.microsoft.com/en-us/library/ms190484.aspx
We have an article as well: http://www.sqlservercentral.com/articles/T-SQL/77057/
June 23, 2015 at 8:48 am
SP1 had a SSDB Catalog issue. It was corrected and re-released.
However, there is a CU1, but it has lots (100+) fixes. I'd go with SP1 for now. Seems stable.
YMMV
June 23, 2015 at 8:44 am
chrisn-585491 (6/23/2015)
June 23, 2015 at 8:43 am
TomThomson (6/23/2015)
June 23, 2015 at 8:41 am
emmchild (6/23/2015)
June 23, 2015 at 8:38 am
This is exactly what DLM Dashboard was designed to do. Catch changes in schema. It works well for me in small projects here.
Disclosure: I work for Redgate.
June 23, 2015 at 8:31 am
If Windows sends a shutdown, SQL will usually perform a clean one. I haven't seen issues with Windows patches causing issues, but if you're worried, check the error logs and...
June 23, 2015 at 8:30 am
jasona.work (6/18/2015)
Steve Jones - SSC Editor (6/18/2015)
Left the kids on their own as my wife and I are in the UK....
June 18, 2015 at 6:23 am
You can't do
select sum( select myfield from mytable)
from mytable
If you want to work with two sets of data from the table and calculate different aggregates, then you need...
June 18, 2015 at 2:42 am
paul.millar (11/26/2013)
I've found config manager opens a connection - kill it, restart sql service, try again
That's interesting. Didn't know that.
June 18, 2015 at 2:29 am
You can't easily do this from T-SQL. T-SQL/SSMS executes inside of the server, not in the file system. There is no BULK EXPORT, mostly because the commands you run are...
June 18, 2015 at 2:27 am
Teach him to just drag the columns from Object Explorer (or get SQL Prompt). Easy fixes for the dev that aren't a big deal.
June 18, 2015 at 2:21 am
Those are good memories, but I'm glad we're past that.
Left the kids on their own as my wife and I are in the UK. At 14, 16, 23, they're managing...
June 18, 2015 at 2:12 am
ramana3327 (6/17/2015)
Is there any way to get notify from sql server when the dump files are getting created?
Do you mean backups? These are noted in the log, there are trace/events...
June 18, 2015 at 2:04 am
Viewing 15 posts - 9,541 through 9,555 (of 39,769 total)