Viewing 15 posts - 16 through 30 (of 63 total)
Please note that we can take the database down for 1 dayif required.
Is there any other way to achieve the solution?
May 27, 2012 at 3:47 am
Thanks for your reply.
I am trying to shrink the datafiles using SSMS.
I am trying the same thing that lowel has suggessted. Still it is not working.
The datafiles are showing that...
May 27, 2012 at 3:28 am
When ran through the steps it failes at .refresh.
The excel is able to connect to the server. When I pull record for any table using the same connection...
April 19, 2012 at 10:01 am
Thanks for your reply.
With this code I am able to execute the stored procedure.
the stored proc is updating the required table in the database but is throwing an error saying...
April 19, 2012 at 4:28 am
Can anybody provide any suggestion on this?
April 17, 2012 at 9:19 pm
My understanding is that I will ahve to get access for the SQL Server from someone who already has access to the SQL Server.
Thanks everybody for your inputs.
January 13, 2012 at 4:52 am
The following is the query.
Eg: select * from table
Error: Invalid object
select * from dbowner.table
returns result.
I want the query to be executed without using the dbowner in the identifier i.e. to...
October 13, 2011 at 1:12 am
Use Change Data Capture(CDC) capture the changes made in table.
Refer to the following link for details:
October 12, 2011 at 10:09 pm
SQL Server does not stripe across multiple transaction log files. SQL Server uses the transaction log files sequentially.
It is better to have a single transaction log file in a larger...
October 12, 2011 at 9:59 pm
Thanks Cinyaz for your help.
There are some objects owned by dbo and some others by the user mentioned.
As per requirement the stored procs must only be excutable when we login...
October 12, 2011 at 9:48 pm
Hello Everybody,
Can anybody help?
Do you have any sugesstions or similiar experience?
I shall be highly obliged if you can please share it.
August 24, 2011 at 12:24 am
Thanks a lot for your inputs
August 23, 2011 at 6:45 am
We update or delete around 10-15% of the total tables.
For deleting the data we need to search the data using a where clause on last modified date. Isn't it going...
August 23, 2011 at 4:24 am
Thanks Markus for your help
August 10, 2011 at 11:45 am
Viewing 15 posts - 16 through 30 (of 63 total)