Viewing 15 posts - 2,536 through 2,550 (of 7,164 total)
You may need a Data Conversion Transformation your Data Flow in between your MySQL ADO.NET Source and your SQL Server OLE DB Destination.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 2:03 pm
timscronin (1/3/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 1:48 pm
$9K/server + $209/user allows for the lesser of 4 sockets or 16 cores & 64GB of RAM for BI Edition. That could be viewed as a bargain when compared to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 1:27 pm
Please post the table definitions including all indexes and constraints.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 11:28 am
The clustered indexes you chose for ClientOrder and ClientLine are not ever-increasing so you will incur page splits as clients add orders to existing pages, which is not going to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 10:49 am
Sqlism (1/3/2013)
I created a named instance, I am a DBA , i can connect to named instance using SERVERNAME\INSTANCE name, but none of the developers are able to connect...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 10:43 am
I've seen differing opinions from MVPs about the best way to submit BOL feedback. One said Community notes, one said Connect.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 9:16 am
SQLRNNR (1/3/2013)
JAZZ Master (1/3/2013)
SGT_squeequal (1/2/2013)
crookj (1/2/2013)
Daniel Bowlin (1/2/2013)
"Back to work (click), back to work (click). Everybody ( click) work, work, work, work (click), work, work...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 9:14 am
Referring to the link Anthony provided, at minimum I would recommend applying this security update:
* 9.00.50572005.90.5057.02494120 MS11-049: Description of the security update for SQL Server 2005 Service Pack 4...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 8:22 am
Thanks, Lowell. SQLCLR is a powerful tool, to be sure. You know where I stand on the topic already but I am curious now, can the assembly you created be...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 8:14 am
You continue to amaze. Thanks for the info, Gail!
As an aside, I added a Community note to the 2008, 2008 R2 and 2012 Books Online pages. Hopefully that's the correct...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 8:13 am
mbvnaveen5 (1/3/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 3, 2013 at 7:59 am
Some scenarios where enabling remote DAC might be plausible:
- you are in a shop where the DBAs do not have Remote Desktop access to the server hosting SQL Server (rare...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 2, 2013 at 1:57 pm
Your request could be taken multiple ways, I think. If you have a moment to spare please post a table definition (CREATE TABLE statement), some sample data (INSERT statements), your...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 2, 2013 at 1:20 pm
bicky1980 (1/2/2013)
declare @sql nvarchar(1000),
@totalrecs int
set @sql='insert into source select...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 2, 2013 at 1:15 pm
Viewing 15 posts - 2,536 through 2,550 (of 7,164 total)