i want to send sap idoc to sql server 2005

I have one application in sap which takes sap data into idoc and want to send in sql server 2005



Answer Question   |  June 28, 2012  2:10 PM
iDoc, SAP IDocs, SQL Server 2005
asked by:
5 pts.

PL/SQL Query

Create table other_sess( s_name varchar2(10)); insert into other_sess values(‘s2007′); insert into other_sess values(‘s2009′); insert into other_sess values(‘s2009′); commit; now i want to write a PL to retrive data from these sessions (s2007, s2008, s2009). from my current session. declare mold_session varchar2(10); cursor c1 is select s_name from other_sess order by s_name; begin open C1; loop…



Answer Question   |  June 28, 2012  1:30 PM
PL/SQL, PL/SQL Multiple Session, SQL Query, SQL tables
asked by:
15 pts.

SQL server as data source for OBI EE

hi everyone,i have been using OBI EE for the past 2 months.I have been using Oracle 10g database as a data source for OBI EE and it worked just fine and now im trying to use SQL server 2005 as my data source. My ODBC was succesful and i can import from that database but…



Answer Question   |  June 28, 2012  1:22 PM
obi, OBI EE, ODBC, SQL Server 2005
asked by:
5 pts.

SQL server as data source for OBI EE

hi everyone,i have been using OBI EE for the past 2 months.I have been using Oracle 10g database as a data source for OBI EE and it worked just fine and now im trying to use SQL server 2005 as my data source. My ODBC was succesful and i can import from that database but…



Answer Question   |  June 28, 2012  1:22 PM
obi, OBI EE, ODBC, SQL Server 2005
asked by:
5 pts.

VB 6, SQL Server 2000 & Crystal Reports

i am a developer using VB 6 EE, SQL Server 2000 & Crystal Reports 7 and windows XP & Windows NT platforms. But now i installed Windows Vista. i installed VB 6 EE, but cant work with SQL Server 2000 or Crystal reports. can u please suggest me wat i need 2 do.



Answer Question   |  June 28, 2012  1:15 PM
Crystal Reports, SQL Server 2000, VB 6 EE, VB6
asked by:
35 pts.

How to make a graph always visible when there is no data?

Hi, I am currently creating a report in SSRS which contains many tables including a graph on one page. The formatting is nice generally, but when there is no data in the graph, everything will be different. So, I am trying to keep the graph always visible to keep the formatting. Is that possible? Thanks,…



Answer Question   |  June 28, 2012  12:41 PM
SQL Server Reporting Services, SSRS, SSRS Performance, SSRS reports
asked by:
5 pts.

asked by:
5 pts.

Excel 2003 Cell has formula but empty Value or text

Hya I have a formula into Excel worksheet cell this value comes from out side Excel. sometimes there is a number and sometimes it contains nothing. I have used isblank isempty when the cell is empty and they return true (due to the formula inside the cell) do u thing i can chek if the…



Answer Question   |  June 28, 2012  12:13 PM
Excel 2003, NULL
asked by:
45 pts.

Running queries causing system to hang

A few weeks ago we had a major crash that was caused by a bad install. I wiped the machine and reinstalled the OS (Windows Server 2003). At first everything appeared to be fine. We are using: 2 x 4 core 2.33 GHz Xeon E5345 Intel s5000XVN motherboard 12GB Ram ATI Radeon x300 Video The…



Answer Question   |  June 28, 2012  11:37 AM
SQL Server 2005, System performance, Windows Server 2003, Windows Server Performance
asked by:
335 pts.

Multiple instances with SQL Server

Is it adviceable to put SQL 2000 and 2005 in one single CLuster by putting them in different instances?



Answer Question   |  June 28, 2012  11:34 AM
Database instance, SQL Server 2000, SQL Server 2005, SQL Server clustering, SQL Server multiple instances
asked by:
IMR
5 pts.

What Is Your SQL Server 2008 Adoption Rate?

http://benchmarkitconsulting.com/colin-stasiuk/2009/02/19/please-vote-what-is-your-sql-server-2008-adoption-rate/ SQL Server 2008 RTM is over 6 months old now and I’m wondering what people are seeing so far in terms of adoption rate. What I’ve seen so far in the environments that I’ve been working on definitely falls in the 1% – 25% category. What has everyone seen in the environments that they…



Answer Question   |  June 28, 2012  11:31 AM
SQL Server 2008, SQL Server 2008 Adoption, SQL Server upgrades
asked by:
5 pts.

What Is Your SQL Server 2008 Adoption Rate?

http://benchmarkitconsulting.com/colin-stasiuk/2009/02/19/please-vote-what-is-your-sql-server-2008-adoption-rate/ SQL Server 2008 RTM is over 6 months old now and I’m wondering what people are seeing so far in terms of adoption rate. What I’ve seen so far in the environments that I’ve been working on definitely falls in the 1% – 25% category. What has everyone seen in the environments that they…



Answer Question   |  June 28, 2012  11:31 AM
SQL Server 2008, SQL Server 2008 Adoption, SQL Server upgrades
asked by:
5 pts.

Backing up and upgrading a SQL Server 2000 database

We have a database of around 3GB on SQL Server 2000 Standard Edition. What is the quickest way to backup the database at minimal cost, and how much time would it take to upgrade this database to SQL Server 2005?



Answer Question   |  June 28, 2012  11:30 AM
SQL Server 2000, SQL Server 2005, SQL Server backup, SQL Server database, SQL Server upgrades
2,585 pts.

Backing up and upgrading a SQL Server 2000 database

We have a database of around 3GB on SQL Server 2000 Standard Edition. What is the quickest way to backup the database at minimal cost, and how much time would it take to upgrade this database to SQL Server 2005?



Answer Question   |  June 28, 2012  11:30 AM
SQL Server 2000, SQL Server 2005, SQL Server backup, SQL Server database, SQL Server upgrades
2,585 pts.

openquery no records returned SQL Express 2008

I run theis procedure against a link server (Quickbooks) It runs with no errors but will not return records. SELECT   *   FROM QODBC …Customer



Answer Question   |  June 28, 2012  11:21 AM
openquery, SQL, SQL Express 2008, SQL Query
asked by:
5 pts.

Shell script within Stored Procedure

How do I execute a UNIX shell (.sh) script from within an MS SQL Stored Procedure?



Answer Question   |  June 28, 2012  11:19 AM
Shell scripts, SQL stored procedures, Unix, Unix shells
asked by:
110 pts.

CLR Assembly in MS SQL 2008

I have a problem with COM-objects which i create in CLR-assembly in VB.NET via CreateObject. When I compile this assembly as console project and run loging under any account on server, it works ok. But when i run this file from MS SQL, it can not create object. What may be reason for this?



Answer Question   |  June 28, 2012  11:16 AM
CLR, SQL, SQL Server 2008, VB.NET
asked by:
35 pts.

How do I fetch synonym names with the SQLTables function in ODBC API?

Can somebody please explain how to fetch synonym names with the SQLTables function in ODBC API. I currently use the DSN created with SQL Native Client 10 and SQL Server 2005. My code is as follows:</p><p>ret = SQLTables(stmt, NULL, 0, NULL, 0, NULL, 0, <br>SQLCHAR*)”‘TABLE’,'VIEW’,'ALIAS’,'SYNONYM’”, SQL_NTS);</p><p>I am getting back a table and views in a result set –…



Answer Question   |  June 28, 2012  11:15 AM
ODBC, SQL tables
2,585 pts.

Using SQL CLI APIs to call an sql stored procedure on an AS400

I would like to know if there any examples of using the SQL CLI APIs in a COBOL/400 program that may help me in using the APIs to call a stored procedure and process the result set(s) . Thanks Mike



Answer Question   |  June 28, 2012  10:59 AM
API, CLI, COBOL/400, SQL, SQL stored procedures
asked by:
5 pts.

Is there a way to make ODBC see SQL Server 2005 Synonyms

I have created synonyms on tables in SQL Server 2005. Does anyone know of a way to make those synonyms available through ODBC for use in MS Access? I have installed the latest SQL Server Native Client development pack; but the synonyms do not show up in the list of tables when linking via ODBC.



Answer Question   |  June 28, 2012  10:53 AM
Crystal Reports, ODBC, SQL Server 2005
asked by:
1,740 pts.