Viewing 15 posts - 1,396 through 1,410 (of 1,939 total)
Good article, Steve. Here's my $0.02 worth. I think adopting new technologies is more than whether or not you can add it, want to experiment with it, etc. Often its...
May 21, 2014 at 8:48 am
I'll try the Import Wizard for SQL Express.
May 20, 2014 at 7:56 am
OK, I've made a little progress. When I looked at the data I saw that the first line had the column names in it. I don't work much with CSV...
May 16, 2014 at 2:41 pm
Perry Whittle (5/16/2014)
Are the collations different
How do I find that out?
May 16, 2014 at 12:51 pm
I finally figured out that I could get to the Import and Export Data app from the SQL Server 2012 programs on my PC. I've exported the table I want...
May 16, 2014 at 11:34 am
Miles Neale (5/7/2014)
May 7, 2014 at 3:01 pm
WOW, Steve, great post! There's a lot I could say, relevant to what you said, but I don't think it would necessarily be a good thing to say. I'll just...
May 7, 2014 at 8:30 am
Steve, I agree with your article, but with the caveat that I agree mainly in principle. I've been in my current job for many years. It wasn't what I wanted,...
May 6, 2014 at 9:03 am
Ah, that makes sense, Keith, thank you.
And sorry that I didn't post the table definitions as well as some data, to get a feel for what the query would likely...
April 4, 2014 at 9:11 am
Hi Luis,
I like your two solutions. Especially the first one, which I take to be an example of using a common table expression. I've heard of CTE's, but have never...
April 4, 2014 at 8:12 am
I've never heard of sp_WhoIsActive. I've done a quick search and found some information on it. I've downloaded it, too, but WOW, is the stored procedure big!
April 2, 2014 at 8:41 am
Markus (4/1/2014)
I know if you...
April 1, 2014 at 8:38 am
When I run the batch file and redirect it's output, the first thing I see is this:
Sqlcmd: 'GÇôE': Unexpected argument. Enter '-?' for help.
The contents of the output.txt file are...
March 12, 2014 at 7:40 am
sreekanth bandarla (3/11/2014)
syntax:
sqlcmd -S .\SQLEXPRESS -E -Q "EXEC master..sp_BackupDatabases @backupLocation='C:\SQLBackups\', @backupType='F'" -o...
March 11, 2014 at 1:17 pm
Viewing 15 posts - 1,396 through 1,410 (of 1,939 total)