Viewing 15 posts - 4,456 through 4,470 (of 13,460 total)
riswana (11/1/2012)
Hi,I am having the same problem. My query string is greater than 8000 characters. I am using varchar(max).
Can someone assist urgently with a result, please.
On computers running...
Lowell
November 1, 2012 at 7:32 am
here's a link to a copy of the pdf that doesn't require his damn password.
boy that pissed me off for some reason.
oh, and some of his code example references the...
Lowell
November 1, 2012 at 7:25 am
opc.three (11/1/2012)
Lowell
November 1, 2012 at 6:56 am
kapil_kk (11/1/2012)
How to send a mail through Storedprocedures with out using system stored procedures
What? without system stored procedures? like msdb.dbo.sp_send_dbmail?
so you are saying instead of using the built in,...
Lowell
November 1, 2012 at 6:49 am
these issues are notoriously hard to dig for...there's a connect item out there stating why not add the column name of the violating size issue to the error message.
because this...
Lowell
November 1, 2012 at 5:52 am
note that the end user may have troulbe if they don't use SSMS for connecting;
as an example, i created this login:
USE [master]
GO
CREATE LOGIN [ExampleLogin]
WITH PASSWORD=N'NotTheRealPassword'
...
Lowell
October 31, 2012 at 1:42 pm
I have this procedure to help me kill users in a specific database:
usage is this easy:
sp_kill DatabaseName
and the code:
CREATE PROCEDURE sp_Kill ...
Lowell
October 31, 2012 at 1:15 pm
if you are selecting a row that is full of nulls, it would appear as an "extra" line in your file when BCP is finished.
here's a working example, assuming...
Lowell
October 31, 2012 at 12:04 pm
something that might help a little bit:
if you create a procedure that references a non-sys object in another database, you can find it via the sys.dm_sql_referenced_entities() function
here's an example...the server/database/table...
Lowell
October 31, 2012 at 9:16 am
It sounds like the account used in Services has access to the shares(because that's what sa /sysadmin's would use for credentials outside of SQL server, but that the proxy_account is...
Lowell
October 31, 2012 at 8:43 am
naga.rohitkumar (10/31/2012)
Hi to every one need reply soon1. what are the all possible ways to upgrade sqlserver 2005 work group edition into sql server standard edition.
If you want...
Lowell
October 31, 2012 at 7:09 am
anandhaksc (10/30/2012)
Yes..But i need in Ireport expression..How to do it..please help me...
i had not heard of iReport before your post, i was expecting a SQL related question, of course.
i guess...
Lowell
October 31, 2012 at 5:31 am
ok weird requirement, this won't work if ad Hoc is disabled, obviously.
this works for me on my dev machine, which does allow adhoc:
--DROP PROC pr_Processes
CREATE PROCEDURE pr_Processes
@SERVERNAME varchar(128)
AS
BEGIN --PROC
DECLARE @sql...
Lowell
October 30, 2012 at 2:53 pm
justin_post (10/30/2012)
Lowell
October 30, 2012 at 1:17 pm
justin_post (10/30/2012)
Lowell
October 30, 2012 at 12:31 pm
Viewing 15 posts - 4,456 through 4,470 (of 13,460 total)