export/import table
HiI want to export a table from Database Test_1 and then import this table in Database Test_2Please let me know how to do it, both through SSMS and T-SQLRegards
View Articlereporting data and OLTP data on the SAN
database server is used both for regular OLTP activity as well as for reporting . there are nightly jobs that are moving the data from the OLTP sets of tables to a data mart created inside the same...
View ArticleSql server 2000& 2005 getting Database Suspect mode frequently
Hi, This is Manu here. i need a clarification on SQL server DB we had a application Database .The app which is developed by vb.net and the backend is sql 2000,2005 and 2008,2k8R2 where the database...
View ArticleDelete records in a table without logging in Tran log
Hi,I am in need to delete millions of rows in a table without logging the delete process in transaction log. Can you suggest any way to do so.Thanks,Preetha
View ArticleSqlFileStream FileAccess.Read Access is Denied
Hello, I have searched and read numerous posts similar to this situation, but none of them seem to apply.My basic problem is this: I cannot seem to open the SqlFileStream on an ASP.Net webpage to read...
View ArticleAfter re-installing SQL Server 2012; Unable to connect to database engine
After re-installing SQL Server 2012 on a Windows Server 2008 R2 server, I cannot connect to Database Engine due to the following exception. Please advice.
View ArticleConvert SCSM 2012 SQL Collation
Hello, I would like to convert the collation of my Service Manager Database which is in Latin_General_CI_AIThe desired collation is SQL_Latin1_General_CP1_CI_AS & the version of my SQL is 2008 R2...
View ArticleError while switching from partition nedto non paritionned table due to ansi...
Good morning,I'm trying to switch a partition from a partitionned table to a non partitionned table.The non partitionned table has been created with the exact same script and when I generate the create...
View ArticleHigh wait time PREEMPTIVE_OS_GETDISKFREESPACE
2075863121599547011410 I am working with an application experience poor performance. It has been recommended that we purchase better hardware to address the poor performing application. I am...
View Articledear all
The questions which i am asking might be very funny but there is lot of confusion among them, so experts please explain these questions.what is application support, production support,development...
View ArticleCan you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL...
Hi, Can you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL Server 2008 R2 Standard database?ThanksPam
View ArticleCompare system procedures between different databases
Hi All, I want to compare system procedures between different databases to identify the modifications. therefore can you kindly tell me the way to do that. Thanks, Robb
View ArticleSQL Profiler Duration Column
The profler shows a certain Duration for a stored procedure, called from a remote client, of say 55 seconds. If I copy the SP call from the Profiler and paste it into SSMS, the exection time is 1...
View ArticleSQL SERVER 2012 , fails when try to execute sp_rename from Native Client 11.0...
I have an application which uses native client 10.0 and we are trying to support SQL server 2012 also. But with native client 11.0 for x86 , everything works fine except when the routine send the...
View ArticleSQL Server 2014 CTP on a desktop/laptop?
Looks like the above option is not possible. Could you confirm?mysorian
View Articlexp_cmdshell not working, returns NULL
Hi,xp_cmdshell is intermittent working recently.It was working fine, and we just upgraded from 2005 to 2008 3weeks ago. just recently (within this week) we got this problem that xp_cmdshell returns...
View Articlesp_send_dbmail remote file access
I have found similar posts to my problem but so far no answers...according to BOL"Database Mail uses the Microsoft Windows security context of the current user to control access to files. Therefore,...
View ArticleSql server 2008R2 throws a erro while attachin databse.
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'ADV10602'. (Microsoft.SqlServer.Smo) For help, click:...
View ArticleVirtual memory page file
This is a VM.I have a Windows Server 2008R2 with 256GB of ram. Sql server 2012. Max memory 242GB. The OS is set to Automatically manage paging file size for all drives. The No paging file seems to be...
View ArticleMonitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View Article