Summary: You don't indicate if the urls you are seeking are explicit website addresses or fragments of html etc. If there are multiple urls within a given rec...
Summary: We have various SQL Jobs that run everyday to undertake various tasks. The job in question is this "full-text full population for full-text catalog CP...
Summary: I am executing a query from the VBA using the docmd.openquery command. The same query is also the record source for the form I want to use. When I cal...
Summary: Hello, i am interested in learning Microsoft SQL, and possible take a low level cert. I would like to start off as inexpensive as possible, so this we...
Summary: Use google (or some search engine) to find resources. I did a google on "sql oracle tutorial" and found numerous links to books, papers and websites....
Summary: hi guys. thanks in advance for any help on this one. so i am trying to get this semi tricksy loop running in ASE12.5 natively without having to resort...
Summary: Greetings Maina, I am not a very experienced programmer but I would like to try to help in some way. If you have SQL Server 2008 and Visual Studio 200...
Summary: I have multiple text files I am needing to import from a directory. Each file is space delimited and each file has a different number of columns bein...
Summary: I have developed a few reports on SQL Server 2008+VS 2008 and deployed them to the SSRS built in reporting URL (http://servername/reports) During the ...
Summary: I'm writing a c# application and I need to pass a text variable from a combobox to a sql string using an Access database. How do you format the string...
Summary: Hello, I am Software Development Intern at a small company. We run Microsoft SQL Server 2000 on Win2k. One of our database tables was recently destroy...
Summary: i am a non-professional user of MS Access for the last 8 years and through playing, eperimenting and searching i can say that have become pretty good ...
Summary: When I Add or Configure a DSN using SQL server as a datasource, on the screen which pops up with the Name, Description and Server field - there is a d...
Summary: I'm not real good with SQL, but I think the solution would be to join the two tables (inner or outer?) such that every record in tableA would have it'...
Summary: By doing that, 1. create a lookup table with 2 columuns new and old 2. load the spreadsheet into the lookup table by using SQLloader 3. write PL/SQL ...
Summary: Quick general question... We have the trial version of SQL 2005 installed and now have the full version ready to be installed. I have read that i just...
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's ju...
Summary: OK i first want to apoligze for posting a message a couple of months ago about the same issue. It's just that i have no idea what i am doing but i wan...
Summary: I'm rusty with my SQL, but couldn't you do this?INSERT INTO A(primary_key, Name) SELECT sequence.NEXTVAL, name FROM SELECT DISTINCT name FROM B; ...
Summary: Hello! Maybe someone can help me... I want to write procedure containing some queries as SQL query. For example, I have queries "sglstr", "sqlstr1" an...
Summary: I will first off admit - this is for school. I cannot figure out for the life of me why it won't work. I'm not expecting anyone to give me the answe...
Summary: Dear Friends, I am learning PL SQL for the first time. In one program I have given the dbms_output.put_line statement. While executing the program i...
Summary: Hi all, I'm new to all of this, so be patient. I'll explain as much as I can. I bought a program that is a front-end to a SQL Express database. Ever...
Summary: Hi, I have a quick question regarding unions in SQL 2005 (using express edition for development at the moment). I am setting up somewhat of a stock ma...