Viewing 15 posts - 31 through 45 (of 56 total)
Because i'm a fan of Hitchhiker's Guide.
42.
February 16, 2011 at 8:19 am
Grant Fritchey (2/16/2011)
February 16, 2011 at 8:05 am
I don't think you can do that. Maybe need more explication.The only password you can maybe track is SQL Account. You want verify for change after the first connection ?...
February 15, 2011 at 12:00 pm
YOu can try with Bulk Insert with loop or you can try with SSIS
February 8, 2011 at 6:57 am
laddu4700 (2/3/2011)
I noticed that one of sql server 2005 database has mdf and ndf files (no ldf)
When restored the database someone made mistake, instead of typing .ldf, .ndf is added...
February 3, 2011 at 10:29 am
In Active Directory ?
February 2, 2011 at 8:29 am
In the case a Account is locked in windows i got this error "Cannot generate SSPI context" Maybe is your case
February 2, 2011 at 8:12 am
GilaMonster (2/1/2011)
Yes. I prefer to set it to sa. If the account that owns the database goes away, funny things happen.
sa need mixed mode ?
February 1, 2011 at 1:04 pm
No creater and owner isn't the same thing. You can chose the owner of db when created them.
February 1, 2011 at 12:44 pm
SKYBVI (2/1/2011)
Agreed, its not weird but if i ran
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
inside the sql server management studio express
IT SHOULDN'T say
9.00.4035.00 SP3 Enterprise...
February 1, 2011 at 11:06 am
Ninja's_RGR'us (12/4/2008)
JohnG (12/4/2008)
February 1, 2011 at 8:48 am
is not Weird. If you use express management studio u can't see Sql Server agent and many other feature like (Sql Server profiler). Use sql Management studio
February 1, 2011 at 8:42 am
you need to cast column.
Your ID column is char?
SELECT T.NUMMER,T.NAME FROM SAPPH2.LK_T05_BOM_LATEST_VERSION H
INNER JOIN SAPPH2.PMX_TEILESTAMM T
ON H.TEILESTAMM = T.ID COLLATE SQL_Latin1_General_CP1250_CI_AS
the "=" & Comparaison between 2 table need to...
January 31, 2011 at 9:54 am
Same as Steves. I touch type, but not the "right way". During my programming classes i learn it. I can type pretty fast but not with the correct method with...
January 31, 2011 at 9:15 am
Viewing 15 posts - 31 through 45 (of 56 total)