import/export database in sql server 2008
hello guysi am developing a desktop application with a colleague.my own machine got crashed and now i want to import the database from his machine.please note the two machines are both stand alone and...
View ArticleMemory Utilization On Named Instances
Hi Team,SQL Server we have 3 instance 1.Default Instance 2 Named InstancesDefault Instance we have allocated only 5000MB RamNamed Instances we have allocated around 12000 and 12000 Ram is 35 GB as per...
View ArticleSql Server Data :Loss
Hi all,May i know can we get the data which is truncated and committed. If yes, Where does the truncated data stored in sqlserver. Is there any kind of redo logs in sqlserver to get the...
View Articleincreasing maximum of tables to greater than 256 ?
Hi, I am submitting a query to SQL server and I'm hitting an error--> Too many table names in the query. The maximum allowable is 256. I CAN find a work around by breaking things up, but,...
View ArticleIs there bug with cdc.fn_cdc_get_net_changes_.... in SQL Server 2012
I was pretty much following MSDN to get net changes for the CDC enabled table for given date; refer to my earlier question, but was not able to figure what the error was.Here is sample script to...
View ArticleWhat can cause a SQL Server Account lock out?
I'm facing some problems with a locked out account and I believe it's not being locked out due to password issues. Although it may be.So I was wondering what can cause an account to be locked out in...
View ArticleIndex fragmentation and ghost leaf relationship
From what I understood, when a row is deleted, SQL engine only logically deletes the row by marking the record as ghosted. Then at some point the background ghost cleanup task will remove the slot for...
View ArticleSQL 2000: Remote connection is deny : Error 10061
Hi ALLI have problem on my SQL 2000 server. Sometime program try to connect to SQL and get error 10061.And also the SQL agent jobs are all skipped during that time. however in the SQL Error log and...
View ArticleSQL Server 2000 will be out of support on April 9, 2013
SQL Server 2000 will be out of support on April 9, 2013. SQL Server 2000 had 10+ years of support and Its Extended support is ending on April 9 2013 (Mainstream support ended by April 2008).Thank you,...
View ArticleMost accessed tables in SQL server
Is there a way or a query that I can find out in the past year what tables and view are most accessed or heavily used?Thanks,SQLFriend
View ArticleWhat the meaning of Dead Latches?
What the meaning of Dead Latches?Site: http://www.sqlpassion.at/blog/CategoryView,category,SQLMCM.aspxDead Latches are possibleBugs inside SQL ServerDead Spins are not possibleYou can't acquire a Spin,...
View ArticleSupport SQL Server 2000 compatibility after April 2013
Will Microsoft support 2000 compatibility after April 2013?
View ArticleCan we specify Isolation level for Job or Linked server
Hi,We have a job that have 40 steps and we are running stored procedures that have queries referring other server/database using linked servers , we need to run the job in read uncommitted isolation...
View ArticleRe:attach and detach problem
Hi team,i have one database some space issue problem i detached the that db .and move those .mdf and .ldf files to another location after that i tire to attach the that database i am facing the bellow...
View ArticleChange T_SQL to powershell script
We currently on each SQL server we have a SQL agent job setup that is using a SQL stored procedure to check disk space, and raise a SQL alert to notify DBA, the stored procedure is like below:I wonder...
View ArticleMount offline MDF file to SQL Server
I get an offline MDF file from another computer, and copy it to my own computer. How to mount it to the SQL Server on my own computer so that in SQL Server Management Studio I can access all its tables...
View ArticleSP with recompile but no events in profiler
I put "with recompile" on an SP. Now it runs about 40ms slower, so it seems to have that effect, the overhead of the compile time. I can see it with "set statistics time on". But it does not...
View ArticleCannot obtain schema rowset ERROR - from 2008 64-bit to 2005 32-bit
Error Msg 7311:"Cannot obtain the schema rowset "DBSCHEMA_TABLES_INFO" for OLE DB provider "SQLNCLI10" for linked server "Server2005". The provider supports the interface, but returns a failure code...
View ArticleSNAPSHOT ISOLATION LEVEL
Hi All,If I have a database property set to Snapshot isolation level , do I have to set snapshot isolation level in the beginning of each of my stored procedures or it is implicit ?Thanks!
View ArticleData warehouse File groups and Table partition designing
Hi Experts,Project: Datawarehouse migration from Oracle to SQL Server 2012 In Oracle Number of Schemas in Oracle - 6 Tables: Each Schema has 3 partitioned tables and three unpartitioned tables Every...
View Article