Advertisement

1 - 10 of 3034 containing alltags:("Microsoft SQL Server 2005") (0.011 seconds)
Is there anyway I can backup a database to a *.bak file and verify it and have it automated to run daily? I have SQL Server Business Intelligence Development Studio but unsure on how to use, is the...
Zones: SQL Server 2005, MS SQL Server, Back...Date Answered: 08/03/2007 Grade: A Views: 0
I have a table DimCounty(CountyID,CountyDescr).This has 3000 distinct rows CountyID    CountyDescr 1           Abbeville 2           Acadia 3           Adair Another Table CountyStatusFA...
Zones: SQL Server 2005Date Answered: 08/08/2007 Grade: A Views: 0
Hello, I would like to copy a series of stored procedures from one database to another - one time only. SQL 2005 on Windows 2003 Server.  Any help would be greatly appreciated. Thank you in ...
Zones: SQL Server 2005Date Answered: 08/16/2007 Grade: A Views: 0
This query is meant to retrieve a count of the no. of stocks that have prices in the last 8 days. select E.exchangename,PH.marketdate,             count(*) as PriceToday             from excha...
Zones: SQL Syntax, SQL Server 2005Date Answered: 08/17/2007 Grade: A Views: 0
When migrating a SQL Server 2000 database to 2005 I see that there are the In-Place or Side-by-Side Upgrade options. How do I determine which is the best option to pursue, and do you have a rec...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 08/29/2007 Grade: B Views: 0
xp_cmdshell returns null. I have turned on the security option for xp_cmdshell, so no error messages are thrown. if i run: exec master..xp_cmdshell 'blabla' All i get is a recordset with one col...
Zones: SQL Server 2005Date Answered: 09/20/2008 Grade: A Views: 0
Hi there, Basically, I have a large set of users who use my application to log in to the SQL Server 2005. All of them use the same login id and password because i do not have rights to dynamica...
Zones: SQL Server 2005, Databases, MS...Date Answered: 11/14/2007 Grade: B Views: 0
Currently, i have an active/active cluster.  How can i set up a job that will alert me when one of the nodes fails over to the other node?  
Zones: MS SQL ServerDate Answered: 09/08/2008 Grade: A Views: 0
I am trying to give a user rights to create a database and then view the properties of the database after he has created it.  (such as size, and location of files) I will change the owner of the...
Zones: SQL Server 2005Date Answered: 09/10/2007 Grade: B Views: 0
how to apply user and password on a database when the windows authtocation is on.
Zones: SQL Server 2005, Security, Microsoft II...Date Answered: 09/06/2007 Grade: B Views: 0