Viewing 15 posts - 46 through 60 (of 99 total)
Bru Medishetty (11/18/2009)
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the last...
November 18, 2009 at 6:57 am
Silverfox (11/5/2009)
shanila_minnu (11/5/2009)
SELECT SUBSTRing
(description,
select charindex...
November 5, 2009 at 5:18 am
sejal p gudhka (11/5/2009)
if you want the backup to happen only at 11:00 and than directly at 3:00 PM you need to create two schedules for mp rather than one.
can...
November 5, 2009 at 12:58 am
shanu.hoosen (11/2/2009)
try testing the ODBC connection.if this works, then its ur app.
sorry thats all i got
how can we test ODBC connection
November 2, 2009 at 3:01 am
it is namedpipes/tcp
November 2, 2009 at 2:38 am
sql is running and login is valid
November 2, 2009 at 2:32 am
shanila_minnu (11/2/2009)
shanu.hoosen (11/2/2009)
This could have multiple causes
1. try connecting to sql to ssms with your user credentials
2. ensure the correct protocol is selected under SACM,i.e named pipes and tcp/ip
not sure...
November 2, 2009 at 2:16 am
shanu.hoosen (11/2/2009)
This could have multiple causes
1. try connecting to sql to ssms with your user credentials
2. ensure the correct protocol is selected under SACM,i.e named pipes and tcp/ip
not sure what...
November 2, 2009 at 2:12 am
Steve Jones - Editor (10/30/2009)
Right click agent, choose properties. There's a history tab. You can limit by rows or size, and remove history older than xx days.
i am using sql...
October 30, 2009 at 8:16 am
Ian Scarlett (10/30/2009)
You can also do the same in TSQL by executing sp_delete_backuphistory
is this Stored procedure used to delete the history of jobs?????
October 30, 2009 at 8:15 am
can you give me the script to delete thel ogins
October 22, 2009 at 6:12 am
fro where can i find the explorer view in ssms...pls can u help me for that...i just want to delete all the related details of that 6000 logins...
October 22, 2009 at 6:08 am
Silverfox (10/22/2009)
shanila_minnu (10/22/2009)
October 22, 2009 at 6:04 am
shanila_minnu (10/20/2009)
Steve Jones - Editor (10/19/2009)
VBScript/Powershell might be the easiest way. you can write a script to delete...
October 20, 2009 at 2:50 am
Viewing 15 posts - 46 through 60 (of 99 total)