Viewing 15 posts - 14,116 through 14,130 (of 26,486 total)
I can't read memory dumps, so my question is what is running at the time you get these errors?
November 23, 2011 at 3:55 pm
Will have to look tonight, but wouldn't the is_disabled column equate to the locked value returned by the loginproperties function?
November 23, 2011 at 3:53 pm
Not sure how to do it is SSIS off the top of my head, but if you use a SQL Task to do the work for you the following should...
November 23, 2011 at 3:48 pm
Have you tried flipping the columns defined in your index? If you are looking for a specific provider, you should have that column first.
November 23, 2011 at 2:18 pm
Interesting. I started thinking about how I got into working with SQL Server. Couple of companies back I was a programmer analyst working with COBOL and ISAM databases...
November 23, 2011 at 2:14 pm
Brandie Tarvin (11/22/2011)
Kit G (11/22/2011)
November 23, 2011 at 12:48 pm
atlancharlo (11/23/2011)
declare @selection varchar(20)
declare @bank varchar(20)
Select @Selection = REPLACE(@Selection,',',''',''')
SET @bank=''
IF 'abc' in...
November 23, 2011 at 12:06 pm
Please explain what you mean about data and files. I'm confused about what each has to do with the other. Are your application files changing through out the...
November 23, 2011 at 11:50 am
First, it doesn't really matter. If you always want those four columns at the end, specify it that way in a select statement when you query the data.
If I...
November 23, 2011 at 11:40 am
If you have already imported the data from Excel into SQL Server, it would help if you provided the DDL for the table you created (CREATE TABLE statement), some sample...
November 23, 2011 at 11:22 am
shannonjk (7/21/2011)
November 19, 2011 at 12:56 pm
LutzM (11/11/2011)
Lynn Pettis (11/11/2011)
What other Threadizins are participating in the DBA in Space contest? Looking for launch buddies!
Done. Care to return the favor? -> buddies
TIA 😎
As a side note:...
November 11, 2011 at 1:54 pm
philip.m.gaudet (11/11/2011)
Lynn Pettis (11/11/2011)
I had to do something similiar with a different application when...
November 11, 2011 at 12:34 pm
Have you logged into the server using the proxy account, run and saved the host key manually?
I had to do something similiar with a different application when setting up a...
November 11, 2011 at 12:23 pm
I know you got an answer, but I wouldn't mind if you provided an example of what you are looking for, say based on todays date of 11/11/11?
November 11, 2011 at 9:21 am
Viewing 15 posts - 14,116 through 14,130 (of 26,486 total)