collationproblem.blogspot.com
Collation problem: March 2012
http://collationproblem.blogspot.com/2012_03_01_archive.html
Thursday, March 29, 2012. Combining XML Files using SSIS or T-SQL etc. Peter DeBetta, MVP - SQL Server. Terry" Terry@.discussions.microsoft.com wrote in message. News:187DB17A-FA31-4236-844A-7068BE9C072E@.microsoft.com. How can I combine all my xml files so it can be processed by SSIS in order. That I may create a table containing the imported xml files? Could you please explain more in detail. Thank you in advance for your assistance. Peter W. DeBetta" wrote:. Peter DeBetta, MVP - SQL Server. I have to ...
handleerror.blogspot.com
Handle Error: Having trouble installing SQL Server 2005 SP1
http://handleerror.blogspot.com/2012/03/having-trouble-installing-sql-server_30.html
Friday, March 30, 2012. Having trouble installing SQL Server 2005 SP1. I'm Having problem installing SQL server 2005 SP1 on Windows 2003 server R2 SP2. The log file talk about SQL server express but I have SQL server 2005. 03/19/2007 13:49:07.203 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =. 03/19/2007 13:49:07.203 Hotfix package launched. 03/19/2007 13:49:32.984 Attempting to install instance: SQL Server Native Client. 03/19/2007 13:49:34.062 Successfully installed...
handleerror.blogspot.com
Handle Error: Having trouble Creating Linked Server to Access database
http://handleerror.blogspot.com/2012/03/having-trouble-creating-linked-server.html
Friday, March 30, 2012. Having trouble Creating Linked Server to Access database. I been having an issue trying to connect an Access database through SQL. Server as a Linked Server. The crux of the problem is the Access Database (mdb file) has a Database. Password and this cannot be removed due to the database still being used by. VB application. SO can someone Assist in a detailed outline that works, fo. Configuring a Linked Server connecting to a mdb with a Database Password set. Out MDB is not using.
handleerror.blogspot.com
Handle Error: Having trouble connecting to MSDE
http://handleerror.blogspot.com/2012/03/having-trouble-connecting-to-msde.html
Friday, March 30, 2012. Having trouble connecting to MSDE. I have a very basic workgroup at home. I have three. Computers, two of them on XP Pro (the ones Im using MSDE. With) I was able to install MSDE and I see the icon on. My system tray. Now, I was reading how to upsize an. Access database from this page. Http:/ msdn.microsoft.com/library/default.asp? I choose to create a new database after starting the. Upsize wizard. Then I choose the server, which shows up. This is a link to my errors. Password th...
handleerror.blogspot.com
Handle Error: having the same definition for 2 indexes
http://handleerror.blogspot.com/2012/03/having-same-definition-for-2-indexes.html
Friday, March 30, 2012. Having the same definition for 2 indexes. CREATE NONCLUSTERED INDEX [operation breakdown machine pk] ON [dbo].[operation breakdown] ([machine pk] ASC)WITH (PAD INDEX = OFF, SORT IN TEMPDB = OFF, DROP EXISTING = OFF, IGNORE DUP KEY = OFF, ONLINE = OFF) ON [PRIMARY]. Aren't they exactly the same? What are the possible effects of having the same definition for 2 indexes? Could it be possible that this has been overlooked by the administrator? Thanks for any help! Having trouble disti...
sqlservercodes.blogspot.com
sql server codes: Help opening .MDF file
http://sqlservercodes.blogspot.com/2012/03/help-opening-mdf-file.html
Friday, March 30, 2012. Help opening .MDF file. I'm trying to follow the article. Http:/ aspnet.4guysfromrolla.com/articles/031506-1.aspx. It gives a sample to download at the bottom which I did. I'm trying to take a look at the Stored Proc that were created in the PagingData.mdf. The only thing included in the App Data folder is PagingData.mdf file. How can I open the DB or attach it to my SQL2005 server? There is no .ldf file included in thesample so the attaching is failing. Help out of control query.
convertdates.blogspot.com
convert dates: March 2012
http://convertdates.blogspot.com/2012_03_01_archive.html
Thursday, March 29, 2012. Converting fat32 to ntfs. I have microsoft sql server installed on fat32 partition and I want to convert it to ntfs. Should I expect any problems with my DB while/after doing that? You aren't going to try to covert it with database files on it are you? Converting Existing Data into Unicode Format? So we planned to move all existing data in SQL 7.0 to Unicode data format. For New data, we can change the datatypes from varchar to nvarchar. Existing Sort Order as follows,. BF =D7 =...
sqlservercodes.blogspot.com
sql server codes: help out of control query
http://sqlservercodes.blogspot.com/2012/03/help-out-of-control-query_30.html
Friday, March 30, 2012. Help out of control query. I jsut had a big problem, a table of 15000 was updated on 10000 for a. Bit changed to true and all the record show the same datetime for the. Change, the only query how can do this change is this :. Set Deleted=1 , WhoDeleted=@.UserID , DataDeleted=getdate(). Where ID=@.InvoicesPassID. How this query can do that? Can a numeric have a jolly number? And work as a LIKE 'x%'? Thanks for any suggestion. Jens Suessmeyer. Hi. Where ID=@.InvoicesPassID. The only...
restoredatabasefd.blogspot.com
Restore Database: Help with CURSOR
http://restoredatabasefd.blogspot.com/2012/03/help-with-cursor_6469.html
Thursday, March 29, 2012. We have a tree structure containing section names. Each node is a section name and each section can have subsections. I have to copy the tree structure but need to maintain the parent-child relationship established within the id / parent id fields. How do i acheive this? For example i have the tree. CREATE PROCEDURE [dbo].[CopySection]. Declare a temporary variable table for storing the sections. DECLARE @.tblSection TABLE. Parent id int,. Interfering with SELECT statements.
restoredatabasefd.blogspot.com
Restore Database: Help with creating xml shema
http://restoredatabasefd.blogspot.com/2012/03/help-with-creating-xml-shema.html
Thursday, March 29, 2012. Help with creating xml shema. Can somebody, please help me with my problem. I want to create xml shema to. Use it with bulkload in vb.net application. I read about it and I must have. Xsd, and xml file. So, if anybody can create for me that files, I would be. Very thankful. These are my example tables. ID car price color. 1 mazda 10000 black. 1 honda 12000 blue. 2 toyota 9000 green. 3 audi 4000 black. 1 ford 7800 red. Please, please.if someone can help me. Program Manager, SqlXml.