Forum Replies Created

Viewing 15 posts - 7,846 through 7,860 (of 9,707 total)

  • RE: Suggestion required in creating a maintenance plan

    You should be able to use an Execute SQL Task to check the fragmentation amounts and then have a conditional precedent to lead up to the reorganization task. But I...

  • RE: integration Services Proj.

    You have to use a data conversion task to change the data from WSTR to STR or vice versa. It's like the difference between unicode and non-unicode characters. In fact,...

  • RE: Getting error when changing ProtectionLevel property in SSIS package

    What kind of login / permissions are your connection managers using?

  • RE: passing variables to sql task from script task

    What you need to do is define a variable with a Global scope (or within the scope of the container that both tasks are in). Then in the Execute SQL...

  • RE: Psuedo Partion!!!!

    PeterG-377490 (7/8/2010)


    Trying to be proactive.

    Sales transaction database. 100's millions of rows. I built an access front end for users to view reporting.

    Sounds like if i let the sales columns...

  • RE: How well do you really know your colleagues?

    Ah, my probationary period for one job started right in the middle of a major project. There'd been over a hundred scope changes the the project was due the end...

  • RE: 70-448

    What do you mean summary? And why would someone need to send you their resume?

  • RE: problem getting rid of a log file

    Good point about the TRUNCATEONLY issue being only data files. Maybe that's what I was working on, I don't remember.

    Alen, are you getting a specific error message when you try...

  • RE: Psuedo Partion!!!!

    PeterG-377490 (7/7/2010)


    While i have your attention Brandie - I mentioned the typical query. That query will also return the sales information. Should i use those columns as an included column...

  • RE: Best Alerting System For Small Company

    iqtedar (7/7/2010)


    thanks. One of the issues what i can forsee by using sql agent is that ,lets say i have 200 jobs then i will need to manually add agent...

  • RE: problem getting rid of a log file

    Did you try running the DBCC Shrinkfile with TruncateOnly after or before the EmptyFile?

    ISTR going through this and I had to run both of them (don't remember the order) before...

  • RE: Psuedo Partion!!!!

    PeterG-377490 (7/7/2010)


    I am NOT a DBA but have enough knowledge to do damage.

    Don't worry. We all started that way.. @=)

    PeterG-377490 (7/7/2010)


    A typical query would be to search for a transaction...

  • RE: Best Alerting System For Small Company

    As the others have said, this is all built into SQL Server already. And if there's an alert you can't find, but want, you can make your own.

    And on jobs,...

  • RE: CTE - Avoiding the cursor

    Eugene Elutin (7/6/2010)


    Post #945638 explains how you can generate random number using NEWID() function without using FranchiseID column to randomize.

    It doesn't uses FranchiseID in the TaxID...

  • RE: CTE - Avoiding the cursor

    I just realized I'm going about this all wrong. I don't need *random* numbers specifically. I just need numbers that are NOT the TaxID. Which means I can use a...

Viewing 15 posts - 7,846 through 7,860 (of 9,707 total)