Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. akalinowski

    Point of Sale based on MS SQL

    hello all, i am in search of a POS that is built on top of a MS SQL DB for a mid market (30 stores) today we use retail pro 8.62 and hate it, retail pro v9 is on top of oracle and i am not a fan of that move either. i know about MicroSoft POS (not good for apparel) Celerant (this product sucks)...
  2. akalinowski

    Switching platforms & 301 redirect automation

    Not sure where to ask this so i am asking here. long story short, we are switching our eCommerce and CMS platforms from 2004 tech to the present. i've been tasked with creating 301's to redirect all old prodcut pages and blog posts to the new site but i dont want to sit here and manually do...
  3. akalinowski

    how to: retrieve only filename when filename and path are in field

    OK, so i have a database with product information and part of it is the path to the image, they never named the image anything consistent (as in style number.jpg or product_id.jpg) fields look like this X:\images\mens\tops\randomness.jpg X:\images\mens\pants\random.jpg i need random.jpg and...
  4. akalinowski

    How to use basic connections instead of universe

    Im a fan of crystal reports, but the server is really frustrating me. how can i have a report built and publish it with out needing to use universe? i just want plain old odbc connections i write the reports and my usrs just need to open, refresh them and i want to ultimately have them ran and...
  5. akalinowski

    Crystal Server - ODBC Setup

    OK i download a trial copy of crystal server 2011. server is running, i download client tools and demo of crystal reports enterprise. get an error that there are no usable data sources, i look and look in the CCM, cannot find where to add a Data Source.... keep on looking download client tools...
  6. akalinowski

    Automatically copy entire database to Dev server

    Our dev staff has asked me to automate the copy of the live db to the dev db and i am not sure how to do this. i currently just backup the db and restore manually once or twice a week but they want a fresh new copy every day so their projects mirror live data as close as possible... i know...
  7. akalinowski

    linked server? i think its what its called...

    I cant find instructions on how to do the following: i have 1 production server and 1 server as a data warehouse of sorts. i want one table to be queried live from the production server while running ssrs or odbc queries against the data warehouse. the production server has only ecommerce...
  8. akalinowski

    Importing tables from SQL 2008 on a different domain

    OK so i have a VPN to a web server that is MSSQL 2008 i'm trying to import data into my datawarehouse (MSSQL 2005) so i can make some reports combining web and retail store sales. SSIS is not installed on the web server db and the guys in charge of the website do not want it installed. i can...
  9. akalinowski

    Report Dashboard question

    *** I know this is the wrong board, but i have no idea what the right one would be so I'm hoping you guys may know where to point me or answer my question. I'm used to working in SSRS and can make pretty much any report needed but I'm in need of making some data visualization for senior...
  10. akalinowski

    Remove parts of a varchar field

    I have a table where styles are setup as a number dash size dash color as a single column i need to get the style out but its not a constant length is there a way i can cut all data after teh 1st dash example of the data is ST123-S-BK SD23-M-BL 23RDSDFD-M-RD thanks! akalinowski www.olivelabs.com
  11. akalinowski

    check general mailbox voicemail

    i have our voicemails setup to not need pw when you hit the messages button or do *17, who do i check another users voicemail or the general mailbox? akalinowski www.olivelabs.com
  12. akalinowski

    SIP question

    i'm fairly new to avaya ip office 500, i used to have a definity g3 that i supported , so its why i chose avaya 500 v2. i got it all going on a combo card and a few digital phones, and embedded VM, but now i'm wondering how do i do a SIP trunk instead of using POTS lines, i have a good internet...
  13. akalinowski

    rackspace cloud centos 5.6 iptables question

    simple question, why cant i get HTTP to work, i restarted iptables service and server, iptables file below: *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A...
  14. akalinowski

    Import/Update question

    i want to import from a csv to my cf application i got cfftp working to grab the file from our erp system, i got an import working using this tutorial: http://tutorial321.easycfm.com/ now i'm stuck trying to figure out how to do a cfif to update the record or insert the records if they do not...
  15. akalinowski

    server taking up 98% and dont know why

    i have a web server that gets to 98% physical memory in use and starts to DRAG i check processes and do the math and it amounts to a little over 2gb of ram, this box has 6gb of ram (64bit standard not r2) and i dont know where to look for my missing ram! i reboot the machine and it gets back...
  16. akalinowski

    Import/Export MySQL

    i'm kinda a newbie to MySQL (i've only dealt with MS SQL 2k and up) is there a utility like DTS / SSIS that i can use to schedule import/export of data to an odbc connection or a csv file or will it all need to be done int some script(Ruby,PHP etc) problem is i know T-SQL and ANSI SQL and...
  17. akalinowski

    ProvideX ODBC

    so i have a providex database (NOT MAS) that i need to query using coldfusion, i have the ODBC drivers that work great in excel or access etc but i cannot get it to work with coldfusion, anyone have experience with this? thanks akalinowski www.olivelabs.com
  18. akalinowski

    display parameters in the report

    i am heavily using SSRS now and everyone loves it except the accounting department, they like to see the report parameters on the report itself when printed and/or exported to excel the data is OK but i am not sure how to include what was selected for example date range or product category or...
  19. akalinowski

    Windows XP Desktop Virtualization

    I have a need to virtualize several windows xp instances and have some thin clients connect to run thier xp sessions because of the software we are using terminal services will not work. so i need it to be separate xp instances the thing is i'm not sure what the best way to do this is i'm...
  20. akalinowski

    multiple select in reporting services

    is there a way i can have reporting services allow me to select more than one value for a variable, almost like a where in clause? would that work properly like this select style, department, onhand where department in (@dept1) akalinowski www.olivelabs.com

Part and Inventory Search

Back
Top