Viewing 15 posts - 4,306 through 4,320 (of 7,168 total)
Still no answers on desired Collation of returned VARCHAR types...no answer to answer potential substitution issues if no E/ASCII code point is found...no answer on how exactly to strip apart...
April 26, 2012 at 11:41 am
+1 for Service Broker (SB)...the use-case described might be the most common of all. And no, no concerns about reliability, Microsoft uses SB within the SQL Server Database Mail subsystem,...
April 26, 2012 at 11:30 am
MisLead (4/26/2012)
opc.three (4/26/2012)
April 26, 2012 at 11:06 am
I think you will need to do all of this in a Script Task using the Excel Object Model to inspect each Excel Workbook to iterate over the Worksheet collection,...
April 26, 2012 at 10:52 am
Here is a video on how to do the same...sometimes with SSIS it helps to see someone develop it realtime:
April 26, 2012 at 10:46 am
If it is not causing you trouble in terms of disk space, then there is no harm in leaving it as is. Backups will only write the actual data, so...
April 26, 2012 at 10:33 am
Peter Lavelle-397610 (4/25/2012)
What you have is a recursive trigger.
After an Insert or Update to table Blanco_B2 you are running another 3 Updates to table Blanco_B2 which will each fire...
April 26, 2012 at 10:23 am
durai nagarajan (4/26/2012)
Tthe query you have given is not giving the administatrors name but still they have...
April 26, 2012 at 9:39 am
I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app to get that...
April 26, 2012 at 9:32 am
Also, can you please provide the version, edition and bitness of your OS and SQL Server instance?
And the results of this query:
-- memory overview
SELECT CAST(physical_memory_in_bytes / (1024.0 * 1024.0...
April 26, 2012 at 8:58 am
I have not tried any third-party solutions for SQL Server HA. I'll just throw this out there, if you're thinking of buying into a third-party product the as part of...
April 26, 2012 at 8:40 am
That design is pure evil! Dynamic SQL has it limits in terms of how much you should do before the codebase becomes unmaintainable...and I fear you would be pressing to...
April 25, 2012 at 9:43 pm
durai nagarajan (4/25/2012)
Hello,I have to revoke all sql server access (DB,SSIS,Agent , SSAS(About to start the service)) for the built in administrator /domain admin.
There is no way to completely prevent...
April 25, 2012 at 9:34 pm
Very cool. I have considered plan guides to help with issues brought in by third-party apps, but have never had to implement one as a different path to resolve the...
April 25, 2012 at 9:21 pm
Lynn Pettis (4/25/2012)
April 25, 2012 at 4:37 pm
Viewing 15 posts - 4,306 through 4,320 (of 7,168 total)