Forum Replies Created

Viewing 15 posts - 5,731 through 5,745 (of 7,164 total)

  • RE: Is there a way to know, from which database a temporary table has been created in TempDB?

    Not that I know of. Why do you need it?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table Encryption in SQL-Server - Urgent

    Let's take a step back...

    You are worried about protecting financial data. You go on to say that you cannot change the database schema. For future consideration: database tables contain columns,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Passed My Exam

    mikes84 (6/30/2011)


    I'm not sure anyone really cares, but I earned my

    MCTS: SQL Server 2008, Database Development

    certification today. It took a lot of studying as many of you know, but...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Finding the substring where the start position is the nth occurrence of a character?!

    Finding the n-th instance of a character in a string is greatly simplified if you use a Tally table. Here is a script to create one in your database if...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SMS Alerts through SSIS PAckage

    sandhya.kacham 94098 (6/30/2011)


    sms options trough BI Xpress notification service wizard is getting failed...............what all the settings needed to achieve this...??..help regarding the same

    It looks like you asked the same question,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Recursive hierarchy with grouping totals

    Welcome rud. Next time please provide the sample DDL and DML to build your tables so we can setup your environment on our side.

    This article is a great starting point:...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: GRANT EXECUTE returns 'mssqlsystemresource' does not exist

    SQLRNNR (6/30/2011)


    aarded (6/30/2011)


    I kow!

    But I mean that it works with SQL server agent and a proxy account.

    I use this as a workaround.

    The problem is: I can't set the 'GRANT EXECUTE'...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Generate all possible characters for UNICODE using SQL Script

    j.miner (6/30/2011)


    I hope this explains your question in depth.

    First, SQL Server only supports UTF16 with the NCHAR, NVCHAR and NTEXT datatypes. That means, a character is represented by 2...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Combining Multiple Records Into One

    No "shooting down" activities out of me. What you have provided will certainly get the job done Mike. All I'll say is that you'll be leaving money (in the form...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Group The Date

    Attopeu (6/29/2011)


    Hi Guru,

    How can I write a case statement to substract these below dates to be one singe value?

    DistributedDate

    -------------------

    2011-05-16 23:50:14.080

    2011-05-16 23:50:32.407

    2011-05-16 23:54:10.883

    2011-05-17 00:14:12.333

    2011-05-17 00:47:27.463

    2011-05-17 00:50:32.757

    Here is my query:

    select CONVERT(VARCHAR(20), DistributedDate,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: CLR - Run a managed code on a client computer

    ChacMoll (6/29/2011)


    Thank you very much!

    You are right, indeed this was a problem of understanding in my reading, but I'm interested to support me if you know of any technology or...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Generate all possible characters for UNICODE using SQL Script

    Murthy-152277 (6/29/2011)


    I need to test some functionality for UNICODE. I would like to generate all possible characters for UNICODE. Is there any way in SQL Server to generate this data....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: openrowset() with stored proc and temp table

    I think we narrowed it down...here is one more update...only the procs that make direct use of temp tables need the no-op:

    CREATE DATABASE test_openrowset

    GO

    USE test_openrowset

    GO

    create table openrowsettest (

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Change FillFactor back to 0 on DB

    I am either being stubborn, or dense, or stubborn and dense, (I have a great talent for both) but I still see value in looking at the counter in this...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Eliminating duplicates of a pair

    djacobsen 84059 (6/29/2011)


    Thank you for the quick reply, I am not sure what TMK is, and I will read about DRI. I knew I could do it in application code,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,731 through 5,745 (of 7,164 total)