Viewing 15 posts - 631 through 645 (of 816 total)
try this
SELECT userid,MAX(taskid) AS Maxtask
FROM tablename
GROUP...
September 8, 2010 at 7:59 am
you need to create the linked server first.
then using linkedservername.databasename.dbo.tablename
you can select/alter/create if the account have enough permission which you configured on linked server to connect
September 8, 2010 at 7:39 am
remove primary key and auto increment value.
Rest them to 10 20 30 and assign back the primary key and auto increment
September 8, 2010 at 6:47 am
what do you mean by schedule the job continuously?
The job will automatically run on its next schedule if your job agent(sqlserveragent) is running
September 8, 2010 at 6:44 am
restoring 86 gb on the server with 16gb of RAM should not be problem if, scheduled at the correct time when server is idle.
September 8, 2010 at 5:28 am
you can still do it by using log shipping. As its mainly used for reporting, it means database can be set to read only on secondary server and log can...
September 8, 2010 at 5:01 am
First of all why you are restoring database daily? You can configure log shipping for this or mirroring.
Also I am not able to understand what you mean by server size...
September 8, 2010 at 4:17 am
1) Do you have disk space issue on that server?
2) Is the issue you gwetting on a specific query or any simple select statement as well?
3) Which version of sql...
September 8, 2010 at 3:31 am
is this error you getting in some of your scheduled job and running queries?
If its on running queries then have you checked the bandwidth limitation with the server as well...
September 8, 2010 at 2:27 am
yes why not.
Its just name and you need to decide which one to be primary and which one to be secondary.
At any point of time, you can switch...
September 7, 2010 at 9:43 am
what do you mean by database template?
Model itself is default template for any new database.
September 7, 2010 at 8:49 am
new domain, new security.
You need to configure some windows account which have the admin permission on domain and then that can be used to run the services.
Later on same...
September 7, 2010 at 8:47 am
1) change the database back to operation mode
2) restore the latest log with recovery.
3) once your primary up, then if you wish you cna put secondary back to read only.
September 7, 2010 at 8:45 am
ashish.kuriyal (9/6/2010)
September 7, 2010 at 7:36 am
1) create a group and assign all the suers in that group.(It will be easy for your to manage)
2) go to that perticular SP, right click and select properties. Go...
September 7, 2010 at 5:28 am
Viewing 15 posts - 631 through 645 (of 816 total)