Forum Replies Created

Viewing 15 posts - 6,301 through 6,315 (of 6,395 total)

  • RE: collation which to use

    yeah the app creating the database is the same as running a script so yeah leave it as what ever it installs

    i can understand your confusion, just best to keep...

  • RE: SQL Server DMV ER Diagram

    now to find a printer big enough to print it on one page, i know we have one somewhere in the office

  • RE: collation which to use

    You said the standard is Latin1_General_CI_AS for servers and your saying your using Latin1_General_CP1_CI_AS within the software database, this must mean that someone created the databases as the CP1 collation...

  • RE: collation which to use

    you can't, you will always have to remember to set the collation to you'r default, so if it is Latin1_General_CI_AS and your in the USA, then you will always have...

  • RE: Advice on prep for MCTS and MCITP exams

    Thanks Gail, I guess the will be doing the upgrade exams anyway from 2008 to Denali like they have for other versions.

    I have just ordered the training kit for 70-432...

  • RE: Advice on prep for MCTS and MCITP exams

    Also, would anyone recommend waiting until the Denali exams are released instead of taking the 2008 exams as I guess Denali is only really around the corner?

  • RE: Advice on prep for MCTS and MCITP exams

    Yeah I would say I have some very good hands on experience, but I would say that it has been more focused into certain areas and not across the whole...

  • RE: collation which to use

    Generally if you skip the collation setting when running setup, it will default to the windows code page currently defined by the servers regional settings.

    I would check to see if...

  • RE: Datacenter Edition?

    to add on from Lowell's post, data center is now the licence you need to have unlimited virtual hosts running on a ESX host and not enterprise.

    this was to bring...

  • RE: Linked server from 64-bit SQL 2008 to Sybase

    Apologies on this as it might not be relivant, my experience with Sybase is SQL Anywhere (ASA) not ASE.

    We have a 64bit data warehouse which uses the 64bit ODBC ASA...

  • RE: char(13) is not putting in a CR

    yeah i have tried both char(10), char(13) and char(10)+char(13), they all individually do what is needed when you look at the results in a text output but not in dbmail,...

  • RE: char(13) is not putting in a CR

    ok had a brain wave and it works to an extent

    changed the body format to html, put in '< br >'...

  • RE: char(13) is not putting in a CR

    it just seems to be sp_send_dbmail which is missing the char(13)'s

    if you export the output of @mess to text in SSMS it shows on new lines which is great

    just the...

  • RE: DDL Triggers at server level for DDL_EVENTS

    Right on a different note this time, getting execute on sp_send_dbmail denied. Now I dont want to grant all the users the ability to send db mail in MSDB...

  • RE: DDL Triggers at server level for DDL_EVENTS

    DOH missed out the ALL from ALL SERVER, my bad, all is now ok.

Viewing 15 posts - 6,301 through 6,315 (of 6,395 total)