Forum Replies Created

Viewing 15 posts - 8,056 through 8,070 (of 26,490 total)

  • RE: simple count in sql?

    matthew.knudsen (4/10/2013)


    I have a table structure as follows:

    guidA, market, isInMarket, guidB (lets just say all of these columns are strings)

    I would like to get a count grouped by market, where...

  • RE: Question on validation of "datetime" format column to sysdate

    johnnyrmtl (4/10/2013)


    Hello,

    I am trying to perform a select based on a condition that the "datetime" formatted column is today's date

    2012-12-17 13:57:38.057

    what would be the syntax?

    thank you

    Do you care about the...

  • RE: ISNULL question

    SQL_Surfer (4/10/2013)


    I have difficult understanding this line of code

    where ISNULL(myfield, 'N') = 'Y'

    Does this mean

    where myfeild is NULL or myfield = 'N' or myfield = 'Y'

    The string value 'N'...

  • RE: Connecting to different instance of SQL Server

    Prudhviraj (4/10/2013)


    prasad-994585 (1/21/2009)


    Hi all,

    I have installed 2 instance of SQL Server on a same computer . One is a defualt instance and other is named instance:I am able to...

  • RE: space allocation to table object

    Really not enough information to provide a decent answer, especially since we can't see what you see.

    Did you have a recent mass update to the table, does the table have...

  • RE: Performance Tuning:Long running query

    vishalsurya50 (4/10/2013)


    Hi,

    I have a query which is using left outer join. Query should execute in seconds instead it is getting executed in mins.

    Tried the possibilities:

    1) Ran profiler...

  • RE: Microsoft Support of SQL 2000 in Compatability Mode

    hayden_jones (4/10/2013)


    SQL 2000 Extended support seems to have ended. My company is taking on the hosting of an externally hosted application which is SQL 2000 that does not support...

  • RE: Row count difference between flat file source and sql table

    I have a problem with 176,864 rows (text file) -> 93,456 rows (SQL table) -> 176,864 rows (text file). Something does not add up here, but since we can't...

  • RE: Migration from MSDE (SQL2K) to SQLEXPRESS (SQL2K8) - Query Performance Degradation

    If you post the DDL (CREATE TABLE statement) for the table(s), some sample data (not real data) as a series of INSERT INTO statements for the table(s), and expected results...

  • RE: Restoring database

    SQL Guy 1 (4/10/2013)


    It's not necessary to copy backup file from server to server. If your destination SQL server has access to source server, you can restore accross servers,...

  • RE: Restoring database

    You can actually automate robocpy to automatically transfer your backup files when the backup completes. Did this at a previous employer to move backup files to an off-site file...

  • RE: CTE and Spool operators

    456789psw (4/10/2013)


    If anyone is curious like most things it depends..

    If the CTE is using recursion then its uses a spool operator therefore tempdb is used....therefore not much performance benefit vs...

  • RE: Query - Nested Loop Join

    And please post the rest of the information requested.

  • RE: Error Message SqlDateTime

    abdielmomo (4/10/2013)


    Please, When I run a Select on my table i receive this message: "Une erreur s'est produite lors de l'exécution du lot. Message d'erreur : Dépassement SqlDateTime. Doit être compris...

  • RE: Get data from 3 or more tables

    Why don't you show us what you have tried to solve your problem and where you are having problems.

    Sample data (as INSERT INTO statements) for each table and expected results...

Viewing 15 posts - 8,056 through 8,070 (of 26,490 total)