Try the following: UPDATE table SET field = substr(FIELD,1,3)|| replace(substr(FIELD,4,2),'15','08')|| substr(FIELD,6,4);
If you have used the Windows Backup application before in other Windows Server versions, you know that it is called NTBACKUP and you can run it, using that command, from the command line. If you attempt the same command in Windows Server 2008, you will find that you get an error. This is because the [...]
Many causes are creating problems….. Redirection, Start Menu and one Desktop to Windows Server 2008 file server with Access-based enumeration installed and configured. On Share u would set read and execute rights and permissions for users and Full Control rights to administrators, then create groups in Active Directory with meaningful names for Applications or groups [...]
Hi Ricardo, Go to the ‘Network > One-to-One NAT’ page. Check the box next to ‘Enable One-to-One NAT’, and click on the ‘Apply’ button. Click on the ‘Add…’ button. Enter the address of your server in the ‘Private Range Start:’ box. Enter the Public IP address in the ‘Public Range Start’ box. Enter ’1′ in [...]
ODBC is for microsoft and JDBC is for Java. JBDC is portable across platforms where ODBC is not. See the following for more information: Also, a quick Google search shows 32,900 hits for “Difference between ODBC and JDBC”. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Thank you. I have seen all of those in my search already. I guess I was [...]
If you just wanted a count of the student IDs present, you could use COUNT(DISTINCT id). However, you want a running tally-mark. This involves sorting the file to temporary storage, then looking for changes, and putting a 1 in the slot where you have the changes: WITH sorted AS( SELECT * FROM sampleData ORDER BY [...]
From the description, I suspect that the router is capable of terminating a VPN itself, so by default it will intercept any VPN packets and process them. The passthrough option allows these packets to be passed through as they are ignored by the router and processed like any other packet destined for a host on [...]
Try replacing that line with this: Rs2.Open "Select * from bill where invoice_no<b>=" &</b> Rs1("Bill_Sno"), Cn, adOpenDynamic, adLockOptimistic
Be sure not to use illegal copy of windows, you can download evaluation version of Windows bootable ISO from Microsoft download site. S Anand Kumar You could also risk the wrath of Microsoft and follow the instructions here to create a bootable disk. It’s pretty easy if you have Nero or a similar program, but [...]
You will need to have routes across the tunnel at both ends to be able to return traffic. If you see ICMP traffic going in and nothing on the other side, then it is possible that the return route is missing. ====================== Use traceroute to find out where the connection is stopping or if the [...]
I found the answer on my own and here is the code I wrote: -- ts_to_td.sql -- -- This script is called by Q3.sql -- and runs after the scripts: -- 1.) ts_insert_table.sql - creates the TS_INSERT_TABLE -- and its index; -- 2.) ts_update_table.sql - creates the TS_UPDATE_TABLE -- and its index. -- create or [...]
Hi, you can download and install Microsoft SQL Management Studio Express for free. If you have purchased any edition of SQL Server you can use the SQL Server CD/DVD that you purchased to install the full client tools on your workstation. Simply put in the CD/DVD and run through the installer. When you get to [...]
You can do this via the Microsoft console (look under programs/Microsoft SQL server) or via SQL command. I suggest you using the graphical way, that’s to say: <ul> Open the management console Provide login information Right click the database that you need to restore and choose restore If the database name isn’t listed right click [...]
You need a OST to PST converter tool to convert offline .OST file to .PST file then you can access PST file with Outlook email client. Check out the free trial version of software. Thanks Alfa Tech
You are right, SharePoint does not support directly insert picture into Rich Text Editor. I stumble on this solution called SharePoint Rich Text Boost, which can let user insert images and Flash directly.
You already have that button in your calendar!
The SHUTDOWN command does not have the capability to tell applications to save data and close. You can use “/r” for reboot which will trigger open applications to prompt to save data and not reboot if the applications remain open. Adding the “/f” will force a reboot but cause potential data loss because it forces [...]
You can boot to safe mode with command prompt to launch the system restore gui. You have to type the following commands cd windowssystem32 cd restore rstrui.exe Select the date you want to roll back top Start your restore You can also read the post I wrote up on doing just that over here. This [...]
If you just want to communicate with the radios, the easiest way would be to add another ip address to the network adapter that is going to your AP. You can put any number of addresses on one adapter, simulating multiple network cards sharing the same wire. To do this, you’ll have to ensure the [...]
You do not need to put any IP addresses on the VLAN 2 interfaces on either switch, that actually does what you don’t want and allows traffic to pass from vlan1 to vlan2, if you don’t put an IP address on vlan2 this can not happen. What you also need to do is add the [...]







