Viewing 15 posts - 931 through 945 (of 1,292 total)
Details are missing..
In VS2008, are you creating forms or debugging someone's created forms?
Where is the SQL 2005, is it in the same domain,then how are you connecting to it using...
November 24, 2009 at 5:40 am
What sort of free training are you looking for?
There are some training videos in this site also, but they are on a topic wise,
and do not follow a traditional...
November 24, 2009 at 5:35 am
sanketahir1985 (11/23/2009)
hey jeff, u got paid by Google or what for publishing their site?LOL
Hey Sanket !
What Jeff had replied is an apt reply, for such things you gotta search google...
November 24, 2009 at 5:27 am
In the Job Step,
Give a Step Name,
Then under type select Transact SQL
Under database choose the database name where the stored proc exists,
Under Command have this code..
EXEC p_test_cmd
Regarding...
November 23, 2009 at 7:07 pm
Well, I am sorry for the code that I posted in the previous reply, it does not solve the entire problem. I did not see that you need to search...
November 23, 2009 at 1:50 pm
November 23, 2009 at 1:38 pm
I am Clueless !
Try creating the Linked Server from GUI and use the ServerName,Port No..
November 23, 2009 at 1:20 pm
rsteckly (11/23/2009)
I'm wondering how you search all the columns of a particular table for a value. We received data that was coded '99999' for all nulls; I need to...
November 23, 2009 at 1:04 pm
harinarayan-414614 (11/23/2009)
But still getting the same errorSQL Server Network Interfaces: Error getting enabled protocols list from registry [xFFFFFFFF].
Did you check the protocols that are enabled on your Linked Server?
Is the...
November 23, 2009 at 12:53 pm
AVB (11/23/2009)
I'm assuming your not running SQL 2000. Is that correct? I had to edit the proc to run on 2000. You had "master.sys.sysprocesses" I had to change...
November 23, 2009 at 11:21 am
You could have posted the list that you have identified, it would be better for us to add / suggest few things which you don't have in your list.
Without...
November 23, 2009 at 10:21 am
cclancy (11/23/2009)
November 23, 2009 at 10:04 am
sanya.ibrahim (11/23/2009)
Sorry guys for all the trouble, but the suggestion by SSCrazy resolved the issue.Thanks a lot SSCrazy and all others
One more suggestion..
Bob Hovious 24601 is the user not...
November 23, 2009 at 9:41 am
GilaMonster (11/23/2009)
sanya.ibrahim (11/23/2009)
Sorry, I forgot to write the "from" clause in the code I wrote here in the forum. The actual sp has the 'from' clause.Then post the actual sp.
Best...
November 23, 2009 at 8:55 am
sqldba.jagan (11/23/2009)
what does that mean.. "AUTO CLOSE"
Quoting MSDN here
When set to ON, the database is shut down cleanly and its resources are freed after the last user exits. The database...
November 23, 2009 at 8:35 am
Viewing 15 posts - 931 through 945 (of 1,292 total)