Should be able to do something like this: UPDATE table_name SET new_column = (calculated value) WHERE new_column is NULL
Yes this can be done, using SQL Server replication. You’ll probably want to initialize the subscription using a process called init from backup, which allows you to take a backup of the main database and then restore that database to the remote system. Will you need to allow people to write to both servers? If [...]
You could do something like this: <pre>… AND FDDWHD20.DCOUT1 LIKE <b>{?your_parameter} & “*”</b></pre> Or you could use a Record Selection formula, using the <i><b>startswith operator</b></i>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DISCUSSION: What sql server are you using, and what type of backup did you make +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ I am using SQL Server 2008r2 x64 on WINDOWS 2008r2 x64. I made a full backup of all files. However the drive the data is located on is in tact. When using oracle I just need to create [...]
Every progam I’ve ever seen that uses SQL recommends that you exclude their program directories. But you should definitely install antivirus software on it. You’re SQL server is for sure one system you wouldn’t want to have infected with a network virus, so make sure you keep it protected.
Our software was developed over the last 15 years. Durring that time there has been a constant turnover in staff and seldom was there anyone with much prior experience. As a result, we have a lot of spaghetti code and it is overflowing with hard coding. Our goal this year is to rewrite our main [...]
Hi, Just posted my answer to <b>Bandwidth & prerequisites for VMware View</b> <a href=”http://itknowledgeexchange.techtarget.com/itanswers/vmware-view/”>here</a>. An answer to <b>Upgrade Exchange 2007 from 2003 (downgrade license of 2007)</b> posted <a href=”http://itknowledgeexchange.techtarget.com/itanswers/upgrade-exchange-2007-from-2003-downgrade-license-of-2007/”>here</a>.
Thanks for your share. Your site is really good, and it is very worthy to visit again. Welcome to our bridal gowns online store <a href=”http://www.bridalgownsstore.com/”>http://www.bridalgownsstore.com/</a>
OK, you are over thinking it. Having multiple copies of the same stored proc, or multiple copies of the same database on the same server won’t do anything but make the think harder to manage. SQL Server can handle thousands of users all calling the same procedure at the same time. Everything in SQL Server [...]
According to ur background, I think, Oracle for Financial Services delivers a powerful combination of technology and comprehensive, preintegrated business applications, including key functionality built specifically for banking and capital markets organizations. U may go for the certification of Oracle Certified Financial Applications Consultant Rel 11 which is a part of Oracle E-Business Suite. For [...]
tweeted about IT Knowledge Exchange via twitter..
You have to install a new SQL Report server, and configure it. You then need to upload the reports to the SSRS server. You can’t just restore the database as the guids for the web servers won’t match.
We had an IT exec who also wanted to write code, especially SQL. He would take nice compact stored procedures and turn them into a nightmare. Not only did he rewrite 75 % of the stored procedures, he bypassed our content control system doing it so none of it was documented. He had procedures that [...]
Try going to: Tools->Preferences->Database->SQL Formatter Look for a check box “Autoformat PLSQL in procedures, packages, views and triggers”, and uncheck it. This is the path to the option in version 1.5.3 (it could change from version to version). ——————
Sounds like you either have the wrong sa password, someone has changed the sa password, someone has renamed the sa account, or someone has disabled the sa account. No software should ever use the sa account to log into the SQL Server. The sa account should be used for administrative purposes to manage the database [...]
Assuming you have installed a full server product, you should have also installed the client tools, in particular SQL Server Management Studio (SSMS). If you didn’t, go through the installation again and add them. Once you have SSMS installed, you will find most of the basic functions available with a click or two in the [...]
SNIA offers several different standards base SAN certifications. http://www.snia.org/education/certification/ In addition, most vendors offer their own certifications as typically the administrative software used is very vendor specific. You would generally get certified by the storage vendor that makes the storage array that your company uses.
From the command line (assuming you are logged in as linux oracle userid) the password field is ignored. I tried it on my 11g system logged onto Linux as my oracle user. sqlplus sys/fred as sysdba << I connected. sqlplus sys/wilma as sysdba << I connected. Try to connect as sys without the /password so [...]
Sounds like you’ve got an SSL certificate installed on the SQL Server that isn’t trusted by the client. You need to get the certificate from the CA that created the certificate for the SQL Server and install that CA certificate on the client computer.
It requires ASP.NET 2.0 32-bit and IIS 6.0 configured to run this. With Windows Server 2003, IIS 6.0 can run 32-bit applications on a 64-bit Windows using a compatibility layer which is called WOW64. NOTE: Once it is configured IIS 6.0 to run on 32-bit, it is not possible to run other 64-bit web applications. [...]





