Viewing 15 posts - 1,411 through 1,425 (of 1,951 total)
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
Gary Varga (3/11/2014)
calhorg (3/11/2014)
March 11, 2014 at 12:53 pm
I copied the text from the KB article and pasted it into my batch file.
March 11, 2014 at 9:01 am
Thank you, Steve, for posting this. I didn't even know that Stack Overflow did this sort of thing. I use Stack Overflow frequently, but tend to go straight there, post...
March 11, 2014 at 8:54 am
Viewing 15 posts - 1,411 through 1,425 (of 1,951 total)