unable to see the properties of a Database
Hi All, I have Sysadmin permission on my sql server, but when i right click on one of the DB server and select properties, it gives following error. "This property may not exist for this object, or may...
View ArticleHow to distinguish master tables and transactions tables in database
In a database, so many tables which are master tables and transaction tables. how to distinguish the master tables and transaction tables ? Any query is there to retreive all the master tables and...
View Articlea strange cursored query [to be made with an SSMS script]
let's hypothesize that my db has 1) a table named anag with schema int ID CStringA description 2) a set of table with names fxxx where xxxx is THE CONTENT of the description field of the previous...
View Articlehow many tables are there in master database
how many tables are there in master database:only seven or else.Thanks
View ArticleCompare data from two different databases in one server
Hi, I need query to compare tables data i.e. select * from databasename.dbo.tableA except select * from databasename.dbo.tableB (each and every column) in different database in one server.I have tried...
View ArticleHow to run it properly?
Hi, In my server machine, I scheduled the report like while dp2 is one shared folder in the server. Right now the current time is 5:56PM but I don't see any output file inside dp2.Many Thanks &...
View ArticleSQL 2008 Cann't Expand Databases after installing SP3 CU6
I installed SP3 and CU6 on SQL2008 server and not I can't expand databases application is able to connect to DB server and work properly, even I can query sys.databases and see all DBs, but when...
View ArticleSQL Server 2005 Windows 7 Logon Authentication Error
Dear All, When we logon to sql 2005 via windows having Admn rights, it does not authenticate at all. We tried giving the user name same as machine name while installation, couple of times. However, it...
View ArticleSQL Server 2005 Attach Adventure Works Database Error
Dear All, After being successfully authenticated via windows logon, when we try to attach the Adventure Works Db, we get an error saying "attach database facility" not provided to the user, even after...
View ArticleI can not restore my backed up database
Hi guys, I want to backup Database and restore it again, but after backup and try to restore it error message appear: SqlError The media set has 2 media families but only 1 are provided I can not to...
View ArticleUpdate to linked server AS/400 runs forever
Hi, I have a linked server to a AS/400 mainframe. SELECT queries run fine and are fast. But the update runs forever and I can't even kill the process. I tried the following: UPDATE...
View Articlesp_tables_info_90_rowset_64 error from SQL2005 to SQL2012
Both servers are 64-bit. I have a Linked Server defined on a SQL2005EE VM that uses a SQL Login because we use the same SP across domains to pull data from our hosted server. The target is a SQL2012EE...
View ArticleSQL 2008r2 on Shared SAN Issue
I had installed a sql server 2008r2 instance on system drive on a workgroup machine. Both system and user db's ended up on Shared SAN via iscsi drive h:. I had a requirement to add this machine to a...
View ArticleHow to add languages to the table sys.fulltext_languages?
HELLO ALL! select * from sys.fulltext_languages this query results nothing, so I need to add languages to sqlserver to be used with FTS. Is there any way to do that??? THANK YOU!!!
View ArticleSQL 2008 Log backup randomly fails
Hello All, I have SQL Server Agent jobs setup to backup database log files on an hourly basis, and they complete successfully most of the time. The job writes the backup to the local disk, then a...
View ArticleConsider there are .bak files for more than 2 years old in a directory , if i...
Thanks, Poorna Thanks, Purna
View ArticleInvalid object name 'master.dbo.spt_values'. (.Microsoft SQL Server , Error 208)
I am unable to right click and view the properties on any database on this server I get this error Invalid object name 'master.dbo.spt_values'. (.Microsoft SQL Server , Error 208) Ihave tried to run...
View Articledoes DBCC FREEPROCCACHE while force the sp to be recompiled?
Hi All, Every nite we run certain import jobs on various tables, once done with imports, we run a job to update the stats we run below maintenance commands. 1.Updateusage (0) 2.sp_recompile...
View ArticleWhat does "Splitting Implicit Transactions" means in SQL Server?
What does "Splitting Implicit Transactions" means in SQL Server?deepak
View ArticleSSIS and SSRS running parallely
Hi, I created an SSIS package which truncates few tables and reloads data. User run SSRS reports on this database. What happens when a user tries to run a SSRS report (fetches data from the same...
View Article