Viewing 15 posts - 1,456 through 1,470 (of 7,168 total)
Oh well. I thought it was worth checking, thanks for clarifying. So much for applying a patch in case you were in fact hitting a SQL2000 DB. Follow the advice...
March 24, 2013 at 12:11 pm
Michael L John (3/21/2013)
BUT I also stand by the statement because unfortunately poor security seems to be the norm. It seems as if DBA's are so busy with...
March 24, 2013 at 11:59 am
casanova (3/24/2013)
Can anyone explain me step by step how to import excel into SQL server database using SSIS dynamically and automate it (run the package on weekly basis)
Here are...
March 24, 2013 at 11:52 am
The best way I have found to do this is using WMI but not from within T-SQL, from a PowerShell script. Use Get-WmiObject to read from class Win32_LogicalDisk against Windows...
March 24, 2013 at 11:46 am
What is the Guest account in SQL Server 2K,2k5 and above?
What is the use of this account? Do we really need this account?
You can think of...
March 24, 2013 at 11:41 am
GilaMonster (3/24/2013)
opc.three (3/24/2013)
DTS? What version of SQL Server are you on?
Andres Zoppelletto (3/23/2013)
I´m running SQL2005 since a couple of years on server...
DTS runs fine on SQL 2005 and 2008. Deprecated,...
March 24, 2013 at 11:11 am
DTS? What version of SQL Server are you on?
SELECT SERVERPROPERTY('Edition') AS Edition,
SERVERPROPERTY('ProductVersion') AS ProductVersion,
...
March 24, 2013 at 10:14 am
Right, BULK INSERT, or sp_OA, or SQLCLR, and maybe some other things that could be initiated from the server that I didn't bother mentioning. I still disagree with you on...
March 23, 2013 at 8:06 pm
Banana-823045 (3/20/2013)
March 23, 2013 at 5:47 pm
The image did not post correctly. Can you please try posting it again?
March 23, 2013 at 5:04 pm
March 23, 2013 at 2:30 pm
March 23, 2013 at 2:27 pm
mhmdsow (3/23/2013)
There is my view
mvtDtate mvtMouvementDebCred TypemvtMouvementDebCred
1/1/2013 154 000 D
2/1/2013 210 000 C
3/1/2013 654 012 D
4/1/2013 213 000 564 C
After more essay : And I want a result as...
March 23, 2013 at 8:40 am
If there is more efficient way (I'm sure there is) please suggest me.
March 23, 2013 at 8:36 am
gantavasu (3/23/2013)
Here i have configured the mirroring. after that i want to add the data file to primary.
can we add the data file?
if we add is there any impact on...
March 23, 2013 at 7:55 am
Viewing 15 posts - 1,456 through 1,470 (of 7,168 total)