Import/Export Wizard crashes when using any native client provider.
When I try to use the SQL Native Client, SQL Native Client 10.0, or SQL Native Client 11.0 data source providers in the SQL 2012 Import/Export Wizard, upon clicking next or attempting to select the...
View ArticleInsert Trigger causes application to think "another user modified data during...
We are using an application called Sage FAS (Premier Depreciation).They have an Asset table "currently with no triggers" where we need to update a table in another SQL Server when receives a new...
View ArticleTransaction logs dont get truncated after backup
Hi all,I've used TFS Power Tools to setup a db backup plan for a TFS 2010 instance using SQL Server 2008. The result is a sheduled full backup at 02:00 each night and a transaction log backup every 2...
View ArticleExecute a 2012 SSIS Package with a remote Stored Procedure
I have a 2012 database server and a second server with both SSIS and an instance of SQL with SSISDb. On the SSIS server I have added some stored procedures to execute a package from a catalog in...
View ArticleBackup Error
Hi All, several month ago I suddenly have a strange problem. In the middle of a backup, I get an error that the media is write protected. Error reported: The media is write protected. operating system...
View ArticleInterfacing SQL 2012 Express with Visual Foxpro Tables
Hi!I have started my development: I have tried using the Import and Export Wizard 32 Bit.When I select the Microsoft OLE DB for Visual Foxpro, and click Next: I get the error "Invalid Path"If I click...
View Articlelooking for a hosting
Hi all:I use several User defined table type for passing table values to some stored proceduresI also use TVF I have 3 databases. I call 1 of them as databasename.dbo.tableDo u know a hosting that...
View ArticleHow to get Running Process in Sql Server along with Name
HelloI have following querySELECT COUNT(*) FROM (SELECT DB_NAME(dbid) as DBName, hostprocess, loginame as LoginName --program_name FROM sys.sysprocesses WHERE dbid > 0 and...
View ArticleHow to group by an aliased field?
Hi thereWhy the following SQL clause is not working for the MS SQL 2012 (BTrieve is Ok with it):select a, b, 'Hint: Processed '+a as Hint, Sum(s) from MyTable group by a, b, HintThe error message is...
View ArticleCreating a query to copy a database in MSSQL 2003 - not working!
Hi, I'm creating a query with Coldfusion that is supposed to copy a database with MSSQL 2003, but is not. It works when I run it on my test system, which is MSSQL 2005. But for some reason, not...
View ArticleRetain changes made in the Grid View with Paging
Consider the situation where the Grid View is having 2 Columns and 30 rows which display 10 rows per page. Here all the fields in the Grid View are Editable Text Box. We can make whatever...
View ArticleUnable to shrink tempdb in 2005
The current database size as displayed by sp_spaceused is 23398.51. MB and unallocated space is 22245.69 MB. dbcc shrinkfile does not shrink this file. Also Management Studion shows the size of 1024...
View ArticleRestore only one database from SQL database backup file
I have a SQL Database backup file which holds a set of databases. How can I restore only one of them ( extracting from the backup file ) ? I use the Management Studio to do the restore but it fails...
View ArticleGrant permission
Hello, How do I grant the permission to my windows account that I log on ? I am unable to find a working command for that..thanks
View Articlestart-up Error (ssms/resetseting)
Dear All,I am getting Error in sql start-up Error is Like : ssms.exe/resetseting Please help me out!!as per require i attached the screen shot !Please Please !!Thanks . Rajesh Kumar email-Id...
View ArticleHow to restore the latest backupset in sql server 2008
Friends, Server: Win2k3 DB: Sql server 2008 Ent. Edition Client pc: winxp sp3 & Sql Server 2008 Dev. EditionDaily i am taking full backup from server and i am restoring it in my local pc.i am using...
View Articleinstalled SQL 2012. When i open using SSMS - it still opens the SQL2008R2...
since i installed sql2012 - it should open 2012. how can i update it?
View Articlequery formation
HI This is senthilraja working in TCS. I'm new to SQL. kindly help me in framing a SQL Statement for below scenario.I have 2 tables and would like join both the tables.. Below u can find the statement...
View Article