instance failure(system.data) in sql server 2005 developer edition
Hi, I have developer edition as well as express edition of sql server 2005. Instance of exprtess ediotion working fine but while login through instance of developer edition instance failure error...
View Articleunable to install sql server 2005 on win 7 have 64 bit architecture
Hi, I have tried to install but odbc driver issue arising everytime. Error reflecting either odbc driver missing or connection problem.
View ArticleKerberos issue
I have a Kerberos SQL cross forest authentication issue. Kerberos works if the SQL instance runs under the local system account and the SPN is registered as "MSSQLSvc/servername.domainname:1433" and...
View ArticleDateTime --
Hi All , I wrote a function , which takes datetime as a input and returns last day(date) of the month. Function Code: Create FUNCTION FX_LDAYOFMONTH(@DATETIME DATETIME) RETURNS DATETIME AS BEGIN IF...
View ArticleSQL Server 2012 DataTools + Visual Studio 2012 = An incompatible DacFx...
I'm going crazy, trying to use SSDT in Visual Studio 2012. I created a database but I can't add tables etc. because of this error. I installed: Visual Studio 2012 Ultimate SQL Server 2012 Express x64...
View ArticleDatabase archive
I have a replicated database and I want to archive the database.Can you suggest any suitable methods to archive?
View ArticleTempDB initial sizes
Hi allExample - TempDB is split into 4 data files of 100MB each and a log file of 100MB.Each data file has grown to 200MB and the log file has grown to 300MB.I understand that when SQL Server is...
View ArticleHow to get started with SQL Server 2008 Express Edition after installing
Hello,After installing MS SQL Server 2008 Express Edition SP3 on Windows 8.I do not see the shortcut or the icon to start SQL. How do I get started further. I got the confirmation that the installation...
View ArticleWork on sql server production box
Everytim when I work on sql server production box, I am nervous. Because I am afraid of mistakes and then get fired.Does anyone have good advice for me to prevent disaster?Thanks
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 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 ArticleIs Bids included in SQL Server 2012 developer edition ?
Hi,I am currently reading Microsoft SQL Server 2008 Business Intelligence Development and Maintenance training KIT,which uses SQL 2008. I am thinking to buy SQL 2102 Server developer edition and I...
View Articleproblem with attaching database
hiI am using sql server 2005 sp4 and running win7 sp1 when i attach database my own pc it will attached normally but when i install the sql 2005 sp4 on client pc running on windows 8 and attaching 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 ArticleErrors in Logshipping
Hi,Please list out the errors in logshipping with causes and resolution of them?
View ArticleAdvanced matching
I have two tablesTable A with columnsNameA1 NameA2 NameA3Table B with columnsNameB1 NameB2 NameB3I would like to match these if (at least) one of the names in A matches (at least) one of the names in...
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 Article