When Install SQL 2005 Get "Detecting Installed IIS" message and stuck
I am installing SQL2005 Develop Edition, it goes to "Detecting Installed IIS" screen and stop there. No error messages, but not moving forward, kinda stuck. I am using XP Professional Service Pack 2, I...
View ArticleSQL Server Connection over WAN Link
I am planning to setup a BlackBerry server and connect to a remote SQL Server over a WAN link with 150+ms ping time. Is there a known tolerance for SQL server connection latency? For example, I have...
View ArticleStored Procedure Executed Via SQL Job
I have a scheduled job which runs overnight on a SQL2005 server to execute a number of stored procedures to create transactions in one database from transactions in another server/database. All...
View ArticleSQL Server Management Studio 2012 freezes when adjusting options
I am using the following components with Windows 7: Microsoft SQL Server Management Studio11.0.3128.0 Microsoft Analysis Services Client Tools11.0.3128.0 Microsoft Data Access Components...
View ArticleMSG 306 ERROR
I am getting a MSG 306 ERROR. I think it is because one field is 30 Characters and other field is TEXT. Just guessing. Here is the code, error message and DDL. Select SD.Sales_Order As [SO...
View ArticleSql 2008 - Index was outside of bounds of the array
I have found related posts to this issue, but none have helped to remedy my issue. - Installed SQLManagementStudio_x64ENU- Connect to hosted database- I can create and alter tables and do everything...
View ArticleJoining 3 tables
Hi Guys,I trying to join 3 tables to one main table but the result is always multiplying the number of record between each tables.Heres the scenario:Table 1idName1n1Table 2idName1t2 name11t2 name 21t2...
View ArticleUsing Access Form Control as SQL Function criteria
I have a combo box named [myControl] on an Access form that I can use to select/enter a site name (ABC). There is a button on the same form that runs a report. The underlying record source for the...
View ArticleHow TOP query will work in SQL Server?
Hi Experts, While running TOP command, what internally happen in SQL Server Engine ? How its fetching TOP 10 rows from Table.ThanksSelva
View ArticleI Just Purchased MS SQL Serve Develpers Edition (Does it Include MS Visual...
I have just purchased Microsoft SQL Server 2012 Developer's Editionfrom Amazon.com I want to learn how to use the MS Report Server and checking to see ifVisual Studio is included in the installation....
View ArticleHow do I set access 2002 Upsizing Wizard to create clustered-index on SQL 2005
Here is an extract from the Acc2Sql2.doc >>By default, the Upsizing Wizard transfers all indexes as nonclustered indexes. You can modify the Upsizing Wizard to transfer the primary key index to...
View ArticleRemote connection from mobile device...?
Hello, I try to connect the SQL Server from the mobile device.my connection string is:string conn_str = "Server= 10.0.0.11;Database=theDB005;uid=bahadir;pwd=abcd;Trusted_Connection=false;";when i try...
View ArticleError using Verify/Repair methods of SqlCeEngine
I have a compact pc program that uses a sql server database (sdf file).I want to check the database integrity when program starts so I added a call to veriy method of SqlCeEngine.The verify function...
View ArticleIs it possible to connect remote SQL2005DB using SQL2012 management studio...
1Is it possible to connect remote SQL2005DB using SQL2012 management studio express and windows integrated authentication ?2Is it possible to add login by sqlcmd command because SQL2005 management...
View ArticlePassing Parameter Query from SQL Function to Access Project Report
I can pass a parameter from an Access Query to an Access Report (MDB) by entering [Select Date] in the Query criteria and by placing an unbound control with a control source =[Select Date] on the...
View ArticleError Message from Microsoft SQL Server Management Studio
I have problem editing the views that I created. I never have this problem before and I don't know ifI have touched something on the pane that alters my viewing on Microsoft SQL Server Management...
View Articleautomatically create insert statements for table data
Hi, How to create insert statements of the data from a table for top 'n' rows. I know we can create using generate scripts wizard, but we can't customize the number of rows. In my scenario i got a...
View ArticleHelp required for doing LIKE search in SQL
Hello All,I have situation like below DECLARE @TempTable TABLE (Name1 VarCHar(100), Name2 VarChar(100)) INSERT INTO @TempTable(Name1, Name2) VALUES('_HASKAR','BHASK_R') SELECT * FROM @TempTable WHERE...
View ArticleMicrosoft® SQL Server Standard Edition 2014
Dear sir i need to download Microsoft® SQL Server Standard Edition 2014 Sngl OPEN 1 License No Level so please help me how can i download this software please provide same download link
View ArticleAccess 2003 / SQLSEE 2005 - Using forms to filter recordsets
I upsized an Access 2003 database to SQL Server Express Edition 2005, and have converted all tables, queries, reports and macros successfully so far. The snag I'm running into involves using macros...
View Article