SQL authenticated account (Server admin access) won't return any records,...
Hi,I am just selecting data from a view, when i connect to sql management studio using my account (admin access) returns records but when i use sql authenticated account number records selected =...
View ArticleHow can we restart single database not the SQL services in sql server 2012
Hi all,How can we restart single database not the SQL services in sql server 2012
View ArticleInherited (default) connection string IIS mystery
In my IIS I have a connection string that is inherited from some where. Do anybody know where it came from because in the conection string isAttachDBFilename=|DataDirectory|aspnetdb.mdfDataDirectory...
View ArticleHow separate SQL Server 2012 instance features and capabilities of SQL Server...
When I was installed SQL Server 2008 instance on my computer I was have been alreadySQL Server 2012 before that , and when I try later to open SQL Server 2012 instance after instllation of SQL Server...
View ArticleUnable to back up my SQL Server 2005 database
I am new to SQL Server and so far have been finding it useable but opaque and confusing. I created a SQL Server database by upgrading my Access database, then I added ASPNET files to it. I have been...
View ArticleCannot connect to (local) - tried few solutions in the forum here but still...
I installed SQL server 2008 express on stand alone alone laptop.TITLE: Connect to Server ------------------------------ Cannot connect to (local). ------------------------------ ADDITIONAL INFORMATION:...
View ArticlePlease help below problem using function not in T-SQL?
INPUT:-Need to separate the single column to 2-separate column as shown below output result.NAME(karnataka, IT industries)(MAHARASTRA, HINDI FILM CITY)(GUJURAT,DEVELOPMENT IN EGOVRENECE)OUT PUT...
View ArticleDatabase archive
I have a replicated database and I want to archive the database.Can you suggest any suitable methods to archive?
View ArticleFinding when data created
I have a requirement for one of my projects where I need to see when a given row in a given table was entered. It cannot be dependent on any data contained in the table (e.g., a date column) as it has...
View ArticleTrying to move SQL Server Instance from D drive to C drive and have the Data...
When we normally install SQL Server 2005, we install the instance on the C drive and the data is on the D drive. We have one case were everything was installed on the D drive. We need to move the...
View ArticleAverage no of farmers in each Mouza/Town.
I have a table name farmer data and it has attributes like farmer name, father name, pesticides used, town etc (these attributes would be required for query). also the data type of columns is var char....
View ArticleDoes defragmenting physical files cause index or table fragmentation?
Simple question that I believe I know the answer to, but I just want to get some confirmation here as well to be sure:As part of "normal" server maintenance we want to regularly schedule physical file...
View ArticleCONSTRAINTS for USERS TABLE: NICKNAME, NAME, SURNAME, PASSWORD, EMAIL.
Hello,I have a problem finding out solution for my problem. Problem is I am trying to create the Users table and what to add CONSTRAINTS for each column. 1. nickname - should be only capital letters,...
View ArticleHow to Delete XML File from Remote server at runtime
Hi Team,I have simple project in Asp.net reading XML file on remote server.I upload xml file using upload control , which will be saved on server database . for next file reading I want to delete...
View ArticleSQL Server 2008 R2 hangs due to presence of a job imported from SQL Server 2005
Hi,My production SQL Server 2008 R2 hangs due to presence of a job imported from SQL Server 2005. The situation was not relieved until I deleted the job. This job imports data into a table through a...
View Articleneed details
Hi Everyone,I need details regarding which user disabled a particular job on my server 2005.Is there any script for the same??.An early response is much appreciated.RegardsRahul
View ArticleLDF deafult size coming as too small
Hi experts Just i played in SQL Server database, I created database without .ldf like this.create database Data3 on ( Name='Data3', Filename='F:\Test\Data2\Data3.mdf' )but .ldf created automatically...
View ArticleRepair Corrupted MDF & LDF Files ????
Hi AllI am looking for repair tools for corrupted mdf and ldf files,( These files beeing corrupted after i restore them using Easy Recovery Profissional after formatting c drive by mistake. )Remark :...
View Articleneed help
Hi All,I need aquery to find page count of table in sql server.as below query is returning more than one value for each tableSELECTsch.name, t.NAMEAS TableName, p.rowsAS RowCounts,...
View Articleproblem with grouping
Hello everyone,I am using adventure data base and the following codeSELECT Color, Size,AVG(ListPrice)AS AvgPrice, GROUPING(Size)AS IsRollupFROMProduction.ProductGROUPBYcube(Color, Size)but...
View Article