Regarding division of database.
One of my senior DBA has asked me " can u add division?" so now my questio is that is he refering to add division to a database or anything else? if it is to add division to database,how to do that can...
View Articledatabase schema
this is the discussion we are having between me and senior DBA , "Can you add the “division” or do you want to setup a meeting to discuss it? I don’t have a Database schema, so if you could provide...
View ArticleCREATE NONCLUSTERED INDEX - never completes
I'm creating a non clustered index on SQL Server 2008 and it seems to never complete. USE [Live_TheName] GO CREATE NONCLUSTERED INDEX [iVersion] ON [dbo].[TheName] ([Version] ASC )WITH...
View ArticleReduce MDF file
Hi I rebuild/reorganize indexes on one of my Production database.After this .MDF size gone to very large, No issue with LDF.Now how to reduce size of the .MDF.I knew that doing Shrink db is not at all...
View Articlestore pdf file in SQL or Oracle database ..
can u plz tell me code for converting the pdf file to normal text format and store into sqlserver or oracle in database format??
View ArticleRetry Attempts in SQL server Job agent
I am a bit confused on this feature here. The Retry Attempts are listed under the On Success Action. so how is this feature supposed to work?Retry Attempts after success or after failure? Vijetha
View ArticleA server cursor cannot be opened on the given statement or statements. Use a...
Hi,I'm using a stored procedure to return data for a report. The stored procedure is used through recordset, so the application send's code to open the result as a cursor.When I run the stored...
View ArticleSQLserver 2008 R2 and SQL express 2008 R2 co-exist on the same server
We have a software installed SQL express automatically . I installed SQL server 2008 R2 standard version but I only can login SQL express and see the sqlexpress DB, I cannot login sql server even with...
View Articlehow to move tempdb one drive to another drive and one server to another server ?
Hi...........Good morining....1in interview.....how to move tempdb,MSDB, Model and Master.... from one locaation to another location..? in production environment..?I said answer for tempdb,msdb, and...
View ArticleMultiple instances
Hi AllAny body heard about when using default instance name when installing MSSQL + on VM machine. There will be CPU loading problem ??Are there any guideline to show single instances vs multiple...
View ArticleError: 18056, Severity: 20, State: 51
In sql server 2008 R2 SP2 i got the below error. "Error: 18056, Severity: 20, State: 51" . Please help me to understand what the issue and what is the resolution?
View ArticleNeed to disable Auditing in SQL Server 2008 R2
Hi All,In SQL Server 2008 R2 (RTM) 64 bit SP1 i want to disable Auditing feature. This is a production server and its a cluster server.
View ArticleSnapshot is disappear after sudden lan down in the data centre for 20 minutes.
I have a setup of sql server 2008 database mirroring and there is a snapshot of mirror database.There was a sudden lan down in the data centre for 20 minutes in which the mirror database is become...
View ArticleProblem in changing password of sa account.
Hello, I cant change my password of sa. I have tried with codes belowALTER LOGIN [LOGIN_NAME] WITH DEFAULT_DATABASE=[master]GOUSE [master]GOALTER LOGIN [LOGIN_NAME] WITH PASSWORD=N’NewPassword’...
View ArticleSQL SERVER 2008 R2 is not Working....
Hi...I am using Sql Server 2008 R2 and using local server. about 2 weeks ago i changed my windows password. Sql was working fine. yesterday i shut down my laptop and when i started again for work sql...
View ArticleStrange Windows 2008R2 Cluster Disk Issue
I have a 2 node Windows 2008R2 cluster connected to a 3PAR running SQL 2008 R2 Server. We had a hardware failure on a node 1 which cluster failed SQL server properly over to node 2. However, while...
View ArticleError message: 'CHR' is not a recognized built-in function name
HiI am using SQL server 2008R.When I run a spesific *.abs file, I get this error message: 'CHR' is not a recognized built-in function nameAnyone know how I can fix the problem
View ArticlePartition Problem with Data Types and File Group
Q1) I have created Partition function on DateTime data type on A column, which belongs to 50 tables only, 10 tables have to DateTime but its B Column. So Can I Create the Partition on B Column for...
View ArticleMigration and then the application could not access the database!
GurusI migrated a database to a different server and the application can no more connect to the database.can you help on this plsI appreciate your time in advance ebroebro
View Articlelooking for DB Design solution..
Hi,Here is the situation:We had pretty old product suite. It has many applications( with separate databases), all these application will communicate with windows services for data. And this product...
View Article