Viewing 15 posts - 2,566 through 2,580 (of 2,647 total)
Hmm... What exactly did you do? Did you edit an existing template file or did you create a custom one?
Jared
September 15, 2011 at 10:16 am
Try double-clicking the user in the Security\Logins section of SSMS and then go to their status. Make sure this user has the proper permissions here.
Thanks,
Jared
September 15, 2011 at 9:41 am
September 15, 2011 at 9:36 am
Can I ask why you want to create this into a view vs a stored procedure?
Thanks,
Jared
September 14, 2011 at 3:35 pm
parikshitp (9/14/2011)
I am doing it from services.msc
This is probably the reason why. SQL Server Configuration Manager will allow you to change it and give the proper permissions to the...
September 14, 2011 at 12:18 pm
Are you changing the account using SQL Server Configuration manager, or are you doing it from services.msc?
Thanks,
Jared
September 14, 2011 at 12:13 pm
I would prefer to let the front end code get the current status then update it and insert a new row. However, SQL can do this for you if...
September 14, 2011 at 12:08 pm
Also, I just found this link: http://weblogs.asp.net/rrobbins/archive/2009/01/15/ssis-package-user-variables.aspx It seems as though you CAN have more than 1 parameter, and that they will both be represented as ? until the...
September 13, 2011 at 11:15 am
Ok, I see what you are saying now. So, what if you pass the parameter as a comma delimited string or something similar, and then split it in your...
September 13, 2011 at 11:08 am
Check out this post: http://www.sqlservercentral.com/Forums/Topic948435-146-1.aspx
or this: http://auoracle.blogspot.com/2010/12/moving-full-text-folder-in-sql-server.html
Thanks,
Jared
September 13, 2011 at 10:59 am
I was under the assumption that you were just moving data and not removing other drives/partitions. Unfortunately, I am not familiar with clusters. However, of course if the paths...
September 13, 2011 at 10:43 am
I don't typically worry about the error logs... Are you keeping your transaction logs on a separate partition from your databases? Are you separating the system databases from the...
September 13, 2011 at 10:28 am
I would wait until your data becomes substantially larger. 50,000+ rows a day is substantial, but why set up partitioning until you get closer to that. You could partition...
September 13, 2011 at 10:22 am
If you say WHERE AutoId = ?, then SELECT AutoID AS WTTYP should yield the same results, yes?
Thanks,
Jared
September 13, 2011 at 8:27 am
To put it into the select, you just have to qualify it like SELECT 2, SELECT 'What I want to show up', SELECT @variableName
Maybe I am missing something?
Thanks,
Jared
September 13, 2011 at 7:25 am
Viewing 15 posts - 2,566 through 2,580 (of 2,647 total)