Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,452 total)

  • RE: Help needed with SQL stored procedure and XML

    never mind.....hope you pass your test! 😉

    http://www.boards.ie/vbulletin/showthread.php?p=77157817

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Help needed with SQL stored procedure and XML

    alexei.sviridov (2/18/2012)


    Hi,

    I have a test to complete by sunday afternoon........but the one I am given I am not sure if I am approaching it right...

    I wonder if somebody could help...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: anyone can write a querry for this-

    something along these lines will get you started.

    good luck with SQL 🙂

    SELECT Employees.EmployeeName,

    Projects.ProjectName

    FROM ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Index Hint Causing Confusing Error

    EdwinGene (2/17/2012)


    Sean,

    You can ask me specific questions about the tables and indexes that relate to this problem, but I will not publish my table and index structures on this forum...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: T-SQL Query help for extracting data between special chars

    go the link Lutz provided for DelimitedSplit8K

    read the article....get the code...create the DelimitedSplit8K function

    re run Lutz's code

    ...pls post back if still having problems

    kind regards

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Get numberofSales per day when date and number of sales are in the same table!

    you are very welcome...pleased to hear you have got this sorted.

    thanks for the feedback.

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Get numberofSales per day when date and number of sales are in the same table!

    look up "GROUP BY"

    this should help

    EDIT:....just seen that this is Access

    in query design use the "Totals" option...this will utilize "Group By"

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Table Structure For 900+ tables

    you have posted in "working with Oracle" forum

    are you looking for the schema of an Oracle db...to create in SQL

    or vice versa?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Sending query result from a table via email in SSIS in a table format

    HTML table format

    DECLARE @tableHTML NVARCHAR(MAX) ;

    SET @tableHTML =

    N'<head>' +

    N'<style type="text/css">h2, body {font-family: Arial, verdana;} table{font-size:11px; border-collapse:collapse;} td{background-color:#F1F1F1; border:1px solid black; padding:3px;}...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Output as CSV file.

    Jeff Moden (2/16/2012)


    bbsr (2/16/2012)


    i got this query which gives me the read and write count of all the tables in the database. the output whihc i get has 6 columns...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Please help on Logic

    Ram...total sidebar

    but I do think we ought to combine our avatars 😀

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: trying to find similar records not in both tables

    Thanks for the revised script...

    foscsamuels (2/16/2012)


    second, i cant get this query to only show the last record as the subject lines do not show the same first five characters.

    SELECT 'srv-one'...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Need help with SQL for crystal report

    in order to help us help you....this is the type of set up script that easy for anyone to cut and paste into SSMS and start working on.

    if you can...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Output as CSV file.

    take a look at "SQL Server Import and Export Wizard".....

    its reasonably intuitive and you can save the results as a SSIS file for future mods and also schedule with SQL...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: trying to find similar records not in both tables

    foscsamuels (2/16/2012)


    note - in the end i'll be running this in a MS Access database

    before we go any further.....will this be an Access mdb/accdb....or is it an Access Front End...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

Viewing 15 posts - 1,951 through 1,965 (of 2,452 total)