Database
Hi,
I am in our remote office to install a database similar to head office. My installation of Microsoft SQL ended successfully.
I restored the database into the server.
When I was about to do some queries to input some branch identity, an error message box was displayed in my screen that tells me I don't have any rights.
Microsoft SQL Server Management Studio Express
Cannot show requested dialog.
Additional information:
Cannot show requested dialog. (Microsoft.SqlServer.Express.SqlMgmt)
- 2724 views
- 1 answers
- 0 votes
Hi,
Just this morning, when I am about to print some data from our database, an error message appeared.
It said printing error.
- 4314 views
- 2 answers
- 1 votes
Hi all,
When i was installing Visual Studio 2005 after I installed SQL, I meet an error that I posted below for complete reference.
- 2223 views
- 1 answers
- 0 votes
Hi,
I was on field to have some preventive maintenance on the computers, when one of the computer users approached me and showed me an error message,
I posted below the screen shot of the error.
Here is the error title
Here is the error text
Since I am not familiar with the error, what I did is to advice him to restart the computer, and reboot it again to have a fresh start.
I let him try again the same process, where he got the error, and the same error was displayed, I checked for some virus using the installed anti virus, and no virus was found.
- 1062 views
- 1 answers
- 0 votes
Hi,
ACTPR – ODBC/SQL error
- 1518 views
- 1 answers
- 0 votes
Hi techyv,
I am using Oracle BI Admin Tool to construct some repositories of a physical layer, the mapping layer, business model and abstracted end-user presentation layer.
- 2301 views
- 2 answers
- 0 votes
Hi,
When i am using TOAD to administer our oracle database,
I meet an error that tells me ORA-00942: table or view does not exist.
ORA-00942: table or view does not exist
I came across this error every time I am compiling an object, package, view in oracle, and sometimes when I execute PL/SQL statement on Oracle table. It also happens when I run an application, specifically oracle program.
- 2637 views
- 2 answers
- 0 votes
Hi all,
I am using Oracle for our companies' application. When I was doing some coding with my oracle project, I got an error that said, no connection to the database.
No database connection
No connection to the ‘Spectrum’ database could be made. Please correct the problem and try again!
As I understand with the error, it points to a connection going to the database server, I checked on my network connection and it seems to have no problem, I am connected with the companies local area network.
- 898 views
- 1 answers
- 0 votes
Hi,
I was on a routine, in inspecting and doing some preventive maintenance of the computers, when one of the computer users approached me and showed me a huge error message, I posted below for complete view of the error.
Code generation for property ‘Dimensions ‘failed. Error was:
‘[A]ChartFX.WinForms.Olap.Dimension cannot be cast to
[B]ChartFX.WinForms.Olap, Version=7.0.3306.26768, Culture=neutral,
PublicKeyToken=a1878e2052c08dce’ in the context ‘LoadNeither’ at
location
‘C:UsersmorganAppDataLocalMicrosoftVisualStudio9.0ProjectA
- 1347 views
- 1 answers
- 0 votes
Hi all,
I have a SQL table named “Employee”. The table consists of the fields: Emp_Id, Emp_date, Emp_msg. The Emp_Id column can have more than one same entry in the table. The fields are separated by ‘|’.
Example: data in the SQL table
231| 10102009| T1
231| 11102009| T2
231| 11102009| T3
I have tried to write a select statement that will put these each Emp_Id in one line.
Example: data of the resultant output.
e.g.
231| 10102009| T1| 11102009| T2| 11102009| T3
It was difficult to write a query for this. Could anyone help me write a query for this?
Thanks.
- 846 views
- 1 answers
- 0 votes