Viewing 15 posts - 1,156 through 1,170 (of 3,366 total)
1. What should i do to migrate (convert) data from MySQL to SQL Server and preserve data as it comes from source?
Make sure the data type for the columns is...
August 12, 2009 at 8:41 am
If you have not installed it you maybe missing the Northwind database, I have posted cleaned up versions in the thread below download and restore it to your database.
http://www.sqlservercentral.com/Forums/Topic743867-1291-3.aspx
August 12, 2009 at 7:49 am
It is not 3megs it is about 54megs for standlone PC install. If that did not fix it maybe it is not related to the .NET framework.
August 12, 2009 at 7:44 am
Still, I'm torn. Who would correct some of the "great" authors like Ben-Gan or Celko even though they're not always right either? (Sidebar: You know some of us would but...
August 12, 2009 at 7:15 am
So I am not the only one mine is 65 percent complete I need IIS7 it is either Win7 or Vista so I vote for Win7.
August 11, 2009 at 9:35 pm
There are two options if the Japanese is stored in a separate column you could change the collation to the version of Japanese you are getting from the database and...
August 11, 2009 at 5:19 pm
SQL Server 2008 requires .NET 3.5 at RTM so now I would think you need .NET 3.5 SP1 which is very big, check the link below to install the .NET...
August 11, 2009 at 5:03 pm
I think grammar is not that important in a technical article technical accuracy is very important but something could be correct per the BOL or MSDN but is just plain...
August 11, 2009 at 2:35 pm
I choose NT AUTHORITY\SYSTEM account for SQL Server services. Only two last was Local Service.
You need to create a domain account with enough permissions to run both SQL Server service...
August 9, 2009 at 6:29 pm
What is your hard ware configuration? You know you need at least 1gig of ram I run 2gig. And you also need VS2008 to be SP1 and .NET 3.5...
August 9, 2009 at 12:04 pm
That may be related to either firewall or you maybe using Windows authentication instead of Basic authentication. So check with your system admin if you are the system admin...
August 9, 2009 at 10:33 am
Here is the Asp.net code I have not seen using SQL Server if I find such code I will post again.
http://www.aspdotnetfaq.com/Faq/How-to-send-HTML-Email-from-ASP-NET-using-your-Gmail-account.aspx
Hi I just found a step by step walk through...
August 8, 2009 at 8:29 pm
I set my mail server up as smtp.AOL.com using port 587. I've also tried port 25. In both cases, I tried Authentication checked and not checked. Thinking this must be...
August 8, 2009 at 12:18 pm
I don't think you can use SSIS with read only permissions to DB2 however you could use IBM ADO.NET provider to access read only data, if you are in SQL...
August 8, 2009 at 11:43 am
I have never been paid over time as a programmer, I don't blame employers because I just don't go home until my code compile as expected. It saved me...
August 7, 2009 at 3:15 pm
Viewing 15 posts - 1,156 through 1,170 (of 3,366 total)