Forum Replies Created

Viewing 15 posts - 1 through 15 (of 34 total)

  • RE: Missing Alert Type

    I am not sure why it is missing but, I found the type being refrenced in the SysAlerts table as Event_Source. Please review the sp_helpalert, you will find that this...

  • RE: Access rights for Schedules DTS package

    Looks like you are running your SQL Services under Local System Account rather than a domain account which causes it assume ST-INFO/SYSTEM as the user running a job. You have...

  • RE: Max Memory recommendation?

    The official recommendation sounds more generic and may be well suited for the servers running with high memory (>3 GB). As the use /3 GB and /PAE switches with fixed...

  • RE: Adding a new column to a table -Advanced-

    Unless you are sure that, you do not have any Sprocs or other code elements expecting the columsn in the previuos order of the table, you venture it. As mentioned...

  • RE: How to change database in DTS in run time.

    The best way to change the database connection in the DTS pacakage at run time is using .UDL file. If you define a DataLink task at design time and supply...

  • RE: SQL SERVER 2000 INSTALLATION PROBLEM ! URGENT !!

    I cannot explain the reason for the problem but I have used a work around to fix it. The uninstall may not be finding the setup.iss file generally found in...

  • RE: Problem with Query

    Welcome to the club and good luck with SQL Server. You may find less complicated and easier to manage than a mainframe

    -Sravan

  • RE: Migration from Oracle 8 to SQL-Server 2000

    Hi Allen,

    Looks like both of our links are pointing to the same technet chapter. But your link has more info orgainzed in one place.

    -Sravan

  • RE: Problem with Query

    Here is the modified script, it works. I have changed the joins a bit and took out the c.xtype = 'U' clause. Syscolumns.xtype is a numeric value indicating the datatype...

  • RE: SQL Mail help

    Rgahu, the bottomline is you have to have the rights on your exchange server "Send As" to send SQL mail. That permissions can be set at Exchange Server, aren't they?...

  • RE: Migration from Oracle 8 to SQL-Server 2000

    Here is a good oveview document from Microsoft. There are other resources on the web for these Migrations too. I have done similar Migration and it needs some custom scripts...

  • RE: SQL Database organization

    Database Design/implementations lot of times comes down to the culture and style of the oragnization and DBAs. Having 400 tables makes it cumbersome to model it and change management. It...

  • RE: Query Results in job notification

    You can do so by either adding an additional step to the job or within the same step to query the tables to get the count. Then send the results...

  • RE: SQL Mail help

    Hi Raghu,

    Your problem description fits the following MS KB article. The account which is configured to run SQL mail (SQL Server) may not have the rights "Send As" on the...

  • RE: How to move Transaction Logs(.LDF) and Temp files

    Sure TempDB is recreated everytime SQL Server is re-started but, it will recreate wherver the location of the files have been specified. Lot of times it is a good idea...

Viewing 15 posts - 1 through 15 (of 34 total)