Topics
Started by
Posts
Last post
in our production server one of the job is failing at step-3 due to account has been locked. the jo…
2 replies
We have a report that runs on a nightly basis that gets emailed out via subscription when the repor…
8 replies
I need a running total on a table with two fields (Year and Count of Orders in that year). E.g. (us…
5 replies
Here is the situation: > C drive containing the SQL server 2005 is gone > D drive for data is…
5 replies
I have a table as below. It has list of tasks with its start date and end date. When a user try to …
7 replies
hello experts, In one of my production server i want to apply service pack 4 current configuration…
1 replies
DECLARE @HashThis varchar(255); SELECT @HashThis = 'Hello world!' SELECT HashBytes('MD5', @HashThi…
6 replies
Hi friends, I have date in the format of mmddyy but will like to convert this to date field in the …
4 replies
I've got a database that is read only that a couple times a month needs to be transferred from the …
7 replies
We have one parent table: Document (GID int identity(1,1),ParentName) and two child tables, both ha…
11 replies
ColA -- nvarchar SELECT * from TABLENAME where isdate(ColA)=1 and (ColA)<>'' and DATEDIFF(yea…
1 replies
Hi Is there any way to retrieve the previous version of a stored procedure after compilation and c…
12 replies
Hi all, Am hoping that you can help me with a problem that seems to be quite popular on the web but…
32 replies
I work for a university. Recently we've changed mail servers and are now using Office 365 (or at le…
4 replies
Hi All, I have a SQL 2005 x64 Std Ed instance that allows TCP and Named Pipe connections. After res…
2 replies
Viewing 15 topics - 616 through 630 (of 10,974 total)
You must be logged in to create new topics.