Seeking to share Usenet .dbx over read-only or possibly NNTP backend on...
Is it possible to use Sharepoint or IIS or any other Microsoft software product to share a .DBX containing Text threads culled from NNTP Usenet Text newsgroup by Outlook Express, over the web such...
View ArticleSubquery returned more than 1 value. This is not permitted when the subquery...
Hello, I have this piece of code below that will be used, but I get the error stated in the title. Create Procedure testing AS BEGIN Select (select CAST(orderid As char(10)) + ' ' + CAST(orderdate As...
View Articlefinding the database
I have a list of jobs in application server which are being used by the application team..the jobs access the databases from the production server(only system databases are present in the application...
View ArticleCannot connect to remote SQL Database with SQL Server Management Console...
I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL Server, Error: 53)
View ArticleDynamic generation of column value in sql server
i have a table with columnsLeaveRequestId, employeeidi want to generate leaverequestid dynamically at this typewhen i enter employeeid=1 leaverequestid should generate LMS1001lms1(here 1 means...
View ArticleOutput some webpages that are currently in an Access DB
Access 2013, Windows 7 Home Pro 64 bitI have built a db in MS Access to output travel guide websites for any destination in multiple languages (8 so far) using page templates (these are not CSS...
View ArticleSQL server 2000, 2005 , 2008 services
Hi All, If there is one default instance and three named instance of SQL server 2005 or 2008 enterprise editions. If i need to make use of Integration,Analysis,Reporting and notification services for...
View Articlegetting dynamic column values in sql server
i have a table with columns LeaveRequestId, employeeid i want to generate leaverequestid dynamically at this type when i enter employeeid=1 leaverequestid should generate LMS1001 lms1(here 1 means...
View ArticleDBCC TRACEON ( 3604 )
if i run the query dbcc traceon (3604)dbcc page (12,1,124563,3) thaen any impact on system performance.i want to know about this trace flag its off outomatically or i have to off this tarce..please...
View Articledynamic generation of column values in sql server
i have a table with columns LeaveRequestId, employeeid i want to generate leaverequestid dynamically at this type when i enter employeeid=1 leaverequestid should generate LMS1001 lms1(here 1 means...
View Articlegetting dynamic column values in sql server
i have a table with columns LeaveRequestId, employeeid i want to generate leaverequestid dynamically at this type when i enter employeeid=1 leaverequestid should generate LMS1001 lms1(here 1 means...
View ArticleHow to truncate a table with specific records
HI Everyone,I got a question that Can I truncate specific records only from a table.We can do that by using delete right??delete from tawhere c=1But i need to do this using truncate command..Is there...
View Articlechange of structure after using sql server query profiler wizard
Hi all, it seems that after using sql server query optimizer wizard my table has changed of structure and has been converted to a index organized table, is it possible?I mean after using the wizard and...
View ArticleProblem Installing the Xtreme VM Connection ActiveX Control
I'm attempting to complete Lab 21 in MOAC, but get a message that I need to install Active x or enable Active X controls. I've done both, but continue to get the message. This is the first time I've...
View Articlereporting service add feature does not work
HI All,I am using sql server 2008 R2 SP2 I want to start reporting service but after trubleshooting i am not able to start service then i uninstalled the reporting feature and then want to add feature...
View Article"Invalid attempt to call IsDBNull when reader is closed" exception while...
I written some sample code that demonstrates how concurrent transactions works with SQL Server Express 2008.I retrieve entire table "Proxy" from the database without setting Shared Locks so I use...
View ArticlePurchasing SQL Server License
I am developing an application for a client which requires SQL Server Standard. I have tried the license advisor from Microsoft and I have a few questions1. One question asked was "Indicate the number...
View ArticleCHECK CONSTRAINT question
In some Microsoft SQL Server scripts you sometimes see something like this: ALTER TABLE Table1 WITH CHECK ADD CONSTRAINT FK_Table2_Table1 FOREIGN KEY (COL2) REFERENCES Table2 (COL2); ALTER...
View ArticleDeleting SQL data failed due to constraint conflict
I have a procedure trying to delete data but it sometimes fails due to a foreign key constraint conflict.However, if it is run several times it successfully executes without any change in data or...
View ArticleMIN MAX Question
I need to find the MIN/MAX or values of type "REAL" in a database with lots of tables.I was able to find the names of all the columns(fields) that were of type "REAL" using a stored procedure.1. How to...
View Article