Viewing 15 posts - 1 through 15 (of 46 total)
okay; found this was to do with the Dark theme....
April 28, 2015 at 3:23 am
hmmmm.... no one seems to have answers for you, and afraid I don't yet, but....
just installed SSDT-BI for VS2013 and upgrading SSIS packages from SSIS2008 to SSIS2014...
annotations are apparently now...
April 27, 2015 at 9:14 am
UPDATE STATISTICS + sp_updatestats = 2 statements!
🙂
March 14, 2014 at 5:18 am
I had the very same question, here's a post which discusses why local variables cause problems with matching to filtered indexes:
http://blogs.msdn.com/b/timchapman/archive/2012/08/27/the-drawback-of-using-filtered-indexes.aspx
January 15, 2014 at 3:20 am
September 30, 2013 at 2:22 am
Actually....BOL has an example which works
🙂
EXEC sp_addlinkedserver
@server=N'S1_instance1',
@srvproduct=N'',
@provider=N'SQLNCLI',
@datasrc=N'S1\instance1';
...which has just boosted...
June 14, 2013 at 3:01 am
Hi all,
this would be extremely useful for a current project, however I'm a little concerned that there seems to be no official documentation for aliasing linked servers in this way...
Does...
June 14, 2013 at 2:49 am
Hi there; I had some more specific requirements for this script (handling different collations, nullable columns and possibility that source table is temporary to name a few).
This was a great...
June 13, 2013 at 8:21 am
Ever since discovering a use for APPLY for the first time approximately 2 years ago, I've found I use it almost everywhere these days.
To the extent where I start looking...
April 16, 2013 at 9:17 am
Are you able to set-up replication of the 3 tables from server B to server A; the view on A will then be much more efficient and replication is very...
November 12, 2012 at 5:21 am
thanks Jeff; tried all the code page settings available to BCP, all to no avail...
we don't need to use the csv dumps on that server itself, they're being sftp'ed away,...
November 3, 2012 at 1:53 am
...addendum; the Chinese characters only appear when i view the csv files on the SQL Server machine (Windows Server 2008 R2 Enterprise)...
If i copy off to a network share and...
November 2, 2012 at 8:06 am
...Thanks; just resolved my issue too, appended a "...-C RAW" statement to the bcp command syntax;
SET @bcpCommand = 'bcp "EXEC <SP> ''' + @batchID + ''', 1" queryout "' +...
November 8, 2010 at 5:45 am
Well, i didn't work out how to stop the full table scan when performing updates across linked-servers, but there is a better way of achieving the required result (as always!).
rather...
October 9, 2009 at 2:34 am
Viewing 15 posts - 1 through 15 (of 46 total)