Forum Replies Created

Viewing 15 posts - 256 through 270 (of 359 total)

  • RE: How to import data from XL to SQL server 2008r2

    Have a look at this thread and the issues i had importing from Excel 2007 on 64 bit

    http://www.sqlservercentral.com/Forums/Topic1275171-391-1.aspx#bm1281939

    ***The first step is always the hardest *******

  • RE: Where to store table with global Active Directory data

    I suppose you could say does it really matter? its all down to how you decide your data is to be structured. I have many databases on 1 instance and...

    ***The first step is always the hardest *******

  • RE: SQL 2005 Table keeps being deleted

    There is also a report that you can run on the database, open ssms, navigate to your database, RMC and selct reports, General reports, schema changes.

    ***The first step is always the hardest *******

  • RE: Update / Edit Query

    Have you run a profiler trace on this when your trying to update your DB?

    ***The first step is always the hardest *******

  • RE: columns in sql select statements affecting the number of rows

    Looks like you have duplicated this thread

    ***The first step is always the hardest *******

  • RE: SQL Select statements and joins

    I think the first thing to ask is are you using the correct join? do expect that all the records in the Mail table will have a corresponding row in...

    ***The first step is always the hardest *******

  • RE: dst and gmt adjustment

    Ignor comment just re looked at your query, what exactly do you expect the reslult to be?

    ***The first step is always the hardest *******

  • RE: Gibberrish Characters

    What shold the question marks be do you know? should they be chinese characters? if so on the columns where the data is ? what is the datatype of these...

    ***The first step is always the hardest *******

  • RE: IMPORT FROM EXCEL2007

    Well i never managed to get the issue fixed with 64 bit pc having a 32 bit office but it did work on windows XP :), here is script...

    ***The first step is always the hardest *******

  • RE: junk characters in a field

    you can always use patindex to do the same.

    select * from your table

    where PATINDEX('%[^a-z,0-9]%',yourcollumm)>0

    ***The first step is always the hardest *******

  • RE: Tried but not able to do it

    Can you supply DDL tables and respresentative data, search this forum for how to request help and i will have a look at what you ask

    ***The first step is always the hardest *******

  • RE: IMPORT FROM EXCEL2007

    HI Randy,

    Thank you for your help, identifying a file name is the easy bit and that bit of my script works fine, renaming the file i can do too...

    ***The first step is always the hardest *******

  • RE: Aggregate Data Query

    Can you provide some dummy data and how you would like the results to look 🙂 thanks, from what i read of your post to me sounds like you would...

    ***The first step is always the hardest *******

  • RE: A strange T-SQL challenge

    no need to shout, no i do not look at the dates in the post, it appeard as a topic entered in the last 24 hours therefore are current posts

    ***The first step is always the hardest *******

  • RE: A strange T-SQL challenge

    Like other people suggest i would approach this using a pivot table, why does you boss object to a using pivot?

    ***The first step is always the hardest *******

Viewing 15 posts - 256 through 270 (of 359 total)