April 28th, 2010 |
xumi |
Question:
Hi,
We are having our QA system and production too. As a part of QA and requirement of system, we do require to test mail sending functionality from QA. Its procedure written on several table’s trigger.
How can i restrict my mails not to go outside my domain. i.e. if my domain is @xyz.com, how can i [...]
April 28th, 2010 |
xumi |
Question:
Hello. Know of any tool that allows me to spend an Oracle 10g database to sql server 2008? as a backup restore
Solution:
the databases aren’t fully compatible in terms of types or procedural code, let alone underlying structures. So “backup/restore” isn’t possible between the two products.
You can use linked tables or heterogeneous services or gateway products [...]
April 28th, 2010 |
xumi |
Question:
I have built an SSIS package that works just fine in BIDS. I would like to schedule the package in SQL Server Agent. After I set it up I get the following error:
Argument “SMTP” for option “connection” is not valid
I also ran it using using command line DTExec and I get the same error. Not [...]
April 28th, 2010 |
xumi |
Question:
Hi,
I have WPF program which uses basic binding when attaching items to a ComboBox. Data to this combo box is retrieved from server using a WCF service.
Is there a way to add “<select item>” value to source list at the client side?
Do I have to change how data is bound to be able to add [...]
April 28th, 2010 |
xumi |
Question:
Hi
i am having a problem with sql dumps.
the server is running sql 2005 as well as sql 2008.
when i create a maintenance plan to dump the sql dumps into a folder i have created on the server and execute it . it says Failed .
please assist
Solution:
try applying SP3 for SQL Server 2005 and SP1 for [...]
April 28th, 2010 |
xumi |
Question:
Looking for a way to lookup a company name and display all the contacts associated with that company.
We have one table that has all the contacts in it. Each contact record also has a company name in it.
I would like to have a form with a subform. The subform would display the records where the [...]
April 27th, 2010 |
xumi |
Question:
I have two types of customers that I need to split my payroll among
I have an idea of how to do this based on their project/customer number
I have most everything written and have populated minimal example data. However I am missing something because It will print the table with all of the variable issues but [...]
April 25th, 2010 |
xumi |
Question:
Hi All,
I’m stuck on a weird problem…for Word Add-In with VSTO for Visual Studio 2008 C#.
The code below is executed from the searchDoc method. What is currently happening, when the code is executed it finds the word ‘test’ and then bolds/italics/hyperlinks it..the second ‘test’ word is then found(e.g ‘this is a test, test again’)
and it [...]
April 25th, 2010 |
xumi |
Question:
is there a way to open a same word document generated from template and update it..
That is to open a word template with some auto populated information from the database and some of the information will be manually entered by the user.
The user should be able to open the same document pertaining to record from [...]
April 25th, 2010 |
xumi |
Question:
copy and paste the text from a website
datatype is text
and save it the same way it looks on website
do i have to convert to ‘rich text’
Solution:
Rich text needs to be converted to HTML content and then need to be saved in database.