Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 2,469 total)

  • RE: String functions not helping

    have you tried replacing using ascii ?! 34 for 39 or some such ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SQL Newbie - Case question

    You can add as many CASEs as you want (as previous poster said)...the syntax will be something like this:

    SELECT Known_as =

    CASE

    WHEN LEN(Known_as) = 0...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How do you change or alter a user defined data type?

    Here's what my research yielded:

    Unfortunately, there is no easy way to alter or modify a user defined data type. To modify a user defined data type, follow these steps:

    ...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Re: Unable to pass in parameter in the report

    Have you tried removing the "exec" from your report recordsource - either in design-property settings or in code ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Creating logins using sql dmo

    Can you not use windows api - Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _

    (ByVal lpBuffer As String, nSize As Long) As Long to get...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Regarding "OR" statement

    Maybe I'm completely missing something here...I've been using OR operators to fetch me a resultset where either condition specified has been true - so if I specify 2 conditions like...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Regarding "OR" statement

    Will check all.







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Designing Cross Database Queries

    For my part I always enjoy Steve's articles because they are so exceedingly well written - I have 3 separate databases - one is production and there are 2 development/test...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Making database smaller

    Yes - this is exactly what happened to me the first time except I didn't pay much attention to it...the funny thing is that when I right-clicked the first time...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Making database smaller

    I ABSOLUTELY LOVE this site...I didn't know of the taskpad existence either (which's why I "hang out" at this site - to see what I can learn)...what's even "cooler" about...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Backing up database with password

    Yes - it does help thank you! I found the actual script under "backup database" in the books online - but this whole feature is so downplayed that I guess...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How can I get an Updateable Disconnected Recordset From a SQL Command Object

    Sorry - I don't know that this is possible as well & I'd be interested in knowing if anyone has accomplished this.

    The only thing that I have done is to...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How can I get an Updateable Disconnected Recordset From a SQL Command Object

    Sorry - I don't know that this is possible as well & I'd be interested in knowing if anyone has accomplished this.

    The only thing that I have done is to...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How can I get an Updateable Disconnected Recordset From a SQL Command Object

    Hi,

    I'm not quite sure I understand what it is that you're trying to do but if you want to update a table in your database by using a stored procedure...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Lessons from my first Project as a Project Manager

    Unfortunately, a lot of the bugs that are reported are the "lipstick on chicken" variety or complaints about shades of the lipstick used...

    One of the main reasons why those d%$#...







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 2,446 through 2,460 (of 2,469 total)