Viewing 15 posts - 76 through 90 (of 102 total)
my databases are already in simple mode
May 12, 2011 at 9:29 pm
i was able to install 64 bit and 32 bit of ace drivers on the 64 bit machine.but 32 bit gave me only one error messager. where as 64 bit...
May 12, 2011 at 1:58 pm
which version of the driver should i use on 64 bit machine.
I see both 32 bit and 64 bit for ace
May 12, 2011 at 1:56 pm
I am not doing any transactional log backups in my environment
May 11, 2011 at 11:00 pm
when you do that you have to do for each database separately.I know to do that but i need an alert which checks the 70% space for all of the...
May 11, 2011 at 11:34 am
I have SQL Server 2008 R2 enterprise edition.on windows server 2008 enterprise 64 bit
May 10, 2011 at 12:02 pm
I can create table variable in this format
DECLARE @DBuser_sql VARCHAR(4000)
DECLARE @Schema_table TABLE (DBName VARCHAR(200), UserName VARCHAR(250), LoginType VARCHAR(500), AssociatedRole VARCHAR(200))
SET @DBuser_sql='SELECT ''?'' AS DBName,a.name AS Name,a.type_desc AS LoginType,USER_NAME(b.role_principal_id) AS AssociatedRole...
April 24, 2011 at 5:05 pm
You cannot vote on your own post
0
I am sorry my post was not clear to you. let me be more elaborative
TABLE A values
Name ...
April 23, 2011 at 1:49 pm
I did not create any foreign keys between the tables
April 23, 2011 at 1:45 pm
yes i can use table variables and i can insert into the table variables from the tsql statements
April 23, 2011 at 1:44 pm
I changed the location to G: and it is working now.
Thank You
March 19, 2011 at 7:03 pm
sql server agent is off already. it is not running
January 30, 2011 at 10:55 pm
I used both.First I tried sqlcmd and then I tried ssms
January 30, 2011 at 7:29 pm
Viewing 15 posts - 76 through 90 (of 102 total)